/dash

Primary LanguageHTML

dash

Step 1:

To install all the necessary packages, run the following command from your command line:

pip install -r requirements.txt

Step 2:

To make the environment available in Jupyter notebook, run the following:

source activate myenv

python -m ipykernel install --user --name myenv --display-name "Python (myenv)"


If you want to follow the workshop online, without installing anything locally, launch Binder to access Jupyter notebooks with code Binder.

NOTE! From Binder it will not possible to run dash apps, for this part of the workshop you will need the packages installed locally.