My Jupyter Notebook Slides Setup

Here's how I set up Jupyter notebook for presentations:

pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install --sys-prefix
jupyter nbextension enable splitcell/splitcell
pip install rise
jupyter-nbextension install rise -py --sys-prefix

I use Damian Avila's RISE extension, which saves me from having to write any HTML or JS, allowing me to focus on the code and figures.

Comments

Comments powered by Disqus