Skip to content

Commit 321d89f

Browse files
authored
Merge pull request #107 from sol-eng/dash-jumpstart-example
2 parents a200958 + ec85b0c commit 321d89f

File tree

6 files changed

+13269
-0
lines changed

6 files changed

+13269
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
dir: |
2222
./dash-app/
2323
./dash-bikeshare/
24+
./dash-stock-pricing/
2425
./fastapi-stock/
2526
./flask-getting-started-rsc/
2627
./flask-getting-started-sqlalchemy/

dash-stock-pricing/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Stock Pricing Dashboard
2+
3+
## About this example
4+
5+
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.
6+
7+
8+
## Learn more
9+
10+
* [Dash User Guide](https://dash.plotly.com/)
11+
* [User Guide: Dash](https://docs.posit.co/connect/user/dash/)
12+
13+
## Requirements
14+
15+
* Python version 3.7 or higher

0 commit comments

Comments
 (0)