To run this code:
Slides from the event can be viewed here.
pipenv install
pipenv shell
bokeh serve <file>.py
Available files:
- make_plot
- taylor
The taylor series visualization under taylor.py
is available in Bokeh
Tutorial. It
was collected in this repo just for the sake of demonstartions. The credit goes
entirely to the team at Bokeh for the code.