Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 856 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 856 Bytes

Repo for Facebook Developer circle Calculus session

To run this code:

Slides

Slides from the event can be viewed here.

Install Pipenv

Install pipenv from here

Setup Pipenv environment using PipFile

pipenv install

Activate pipenv virtual environment

pipenv shell

Run Bokeh server for required plot files

bokeh serve <file>.py

Available files:

  1. make_plot
  2. taylor

DISCLAIMER:

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.