Run using Binder:
In order to run the notebooks locally:
-
Install miniconda
-
Run the following commands from the root of the repo:
conda env create source activate jupyter_slides jupyter notebook
If you want to run JupyterLab (way cooler, next-gen environment), replace the third line above with:
jupyter labextension install @jupyterlab/plotly-extension jupyter lab