Skip to content

Commit

Permalink
Merge pull request #107 from sol-eng/dash-jumpstart-example
Browse files Browse the repository at this point in the history
  • Loading branch information
edavidaja committed Apr 24, 2023
2 parents a200958 + ec85b0c commit 321d89f
Show file tree
Hide file tree
Showing 6 changed files with 13,269 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
dir: |
./dash-app/
./dash-bikeshare/
./dash-stock-pricing/
./fastapi-stock/
./flask-getting-started-rsc/
./flask-getting-started-sqlalchemy/
Expand Down
15 changes: 15 additions & 0 deletions dash-stock-pricing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Stock Pricing Dashboard

## About this example

A Dash application makes it easy to transform your analysis into an interactive dashboard using Python so users can ask and answer questions in real-time, without having to touch any code.


## Learn more

* [Dash User Guide](https://dash.plotly.com/)
* [User Guide: Dash](https://docs.posit.co/connect/user/dash/)

## Requirements

* Python version 3.7 or higher
Loading

0 comments on commit 321d89f

Please sign in to comment.