Skip to content

Commit 1fe34f5

Browse files
authored
Add stock-dashboard-python (#100)
* Add stock-dashboard-python * Add tags
1 parent 1a6fe8a commit 1fe34f5

File tree

6 files changed

+13279
-0
lines changed

6 files changed

+13279
-0
lines changed

.github/workflows/extensions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
quarto-document: extensions/quarto-document/**
3737
stock-api-plumber: extensions/stock-api-plumber/**
3838
stock-api-flask: extensions/stock-api-flask/**
39+
stock-dashboard-python: extensions/stock-dashboard-python/**
3940
landing-page: extensions/landing-page/**
4041
stock-api-fastapi: extensions/stock-api-fastapi/**
4142
connectwidgets-example: extensions/connectwidgets-example/**
Lines changed: 15 additions & 0 deletions
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.9 or higher

0 commit comments

Comments
 (0)