Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 368 Bytes

File metadata and controls

16 lines (9 loc) · 368 Bytes

DashIntroduction

Code and data from our Feb 21 Dash Session

Install the requirements from the file with

python -m pip install -r requirements.txt

then run the apps

snakes.py

or

python penguins.py

and the dash apps should be available at 127.0.0.1:8080 for snakes and 127.0.0.1:8050 for penguins (the port number is configured in the files or 8050 by default)