This folder contains the source code developed in the tutorial Develop Data Visualization Interfaces in Python With Dash.
The folder avocado_analytics_3
shows the final state of the source code.
The tutorial uses dash
and pandas
. You can install these packages by creating and activating a virtual environment and then running pip
:
(venv) $ python -m pip install dash pandas
Alternatively, You can get an environment with the exact same versions of dependencies as the tutorial by installing from requirements.txt
:
(venv) $ python -m pip install -r requirements.txt
Run the file app.py
to start your dashboard.
Distributed under the MIT license. See LICENSE
for more information.