Toy code for playing with Dash+Plotly frameworks, based on the bifurcation diagram. See Veritasium video “This equation will change how you see the world” for more info about the context.
pipenv run ./bifurq.py
or
pip install dash==1.8.0
python3.7 ./bifurq.py
Dash+Plotly tutorial presentation at the Grenoble Python User Group meeting of February, 18th 2020:
- Dash+Plotly introduction
- Bifurcation diagram presentation
- 3 callbacks illustrated
- 2 exercises
For the exercises, look at the branches of this repository:
base --> ex1 --> ex2 --> permalink -...-> master