posit-dev / py-shinywidgets

Render ipywidgets inside a PyShiny app
MIT License
47 stars 5 forks source link

Adds Deploy to Connect Cloud buttons to READMEs #162

Closed garrettgman closed 1 month ago

garrettgman commented 2 months ago

This PR adds a button to the README of each example app that allows users to quickly deploy the app to Connect Cloud and see it in action—with one click of the button. The PR does not otherwise affect the code in the apps or the repository.

The buttons look like this.

Screenshot 2024-09-26 at 1 11 34 PM

When I tested it, every app deployed within seconds.

Why add Deploy to Connect Cloud buttons?

Connect Cloud is part of Posit's strategy to provide value to Python users. With Connect Cloud, users can very quickly deploy and maintain Shiny apps straight from their Github repository. We believe in Connect Cloud as a company and want to highlight it alongside our own assets.

garrettgman commented 1 month ago

@schloerke I moved the buttons to the right as requested.

I picked up a failing check when I merged in the newest commits from posit-dev/py-shinywidgets main. I should've checked to see if main was passing. I'll need to merge again from main when the fix appears.

schloerke commented 1 month ago

Thank you!

New look: Screenshot 2024-10-02 at 2 19 01 PM