Skip to content

Commit cd08468

Browse files
authored
Merge pull request #363 from realpython/dash-update
Update Dash and Heroku materials
2 parents 1cb45d7 + a778c47 commit cd08468

File tree

22 files changed

+142
-36819
lines changed

22 files changed

+142
-36819
lines changed

python-dash/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Develop Data Visualization Interfaces in Python With Dash
2+
3+
This folder contains the source code developed in the tutorial [Develop Data Visualization Interfaces in Python With Dash](https://realpython.com/python-dash/).
4+
5+
The folder [`avocado_analytics_3`](avocado_analytics_3/) shows the final state of the source code.
6+
7+
The tutorial uses [`dash`](https://pypi.org/project/dash/) and [`pandas`](https://pypi.org/project/pandas/). You can install these packages by [creating and activating a virtual environment](https://realpython.com/python-virtual-environments-a-primer/) and then running `pip`:
8+
9+
```console
10+
(venv) $ python -m pip install dash pandas
11+
```
12+
13+
Alternatively, You can get an environment with the exact same versions of dependencies as the tutorial by installing from [`requirements.txt`](requirements.txt):
14+
15+
```console
16+
(venv) $ python -m pip install -r requirements.txt
17+
```
18+
19+
Run the file `app.py` to start your dashboard.
20+
21+
## License
22+
23+
Distributed under the MIT license. See [`LICENSE`](https://github.com/realpython/materials/blob/master/LICENSE) for more information.
-15 KB
Binary file not shown.

python-dash/apps/app_3/avocado.csv

Lines changed: 0 additions & 18250 deletions
This file was deleted.

python-dash/apps/app_4/Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

python-dash/apps/app_4/app.py

Lines changed: 0 additions & 170 deletions
This file was deleted.
-15 KB
Binary file not shown.

python-dash/apps/app_4/assets/style.css

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)