My slides from Analytics Forward March 9th 2019.
Install RISE slide show.
If you have Conda configured:
conda install -c conda-forge rise
PIP based install:
python -m pip install RISE
Then activate the installation:
jupyter-nbextension install rise --py --sys-prefix
If you had a notebook server running during the install you will need to restart it for the RISE extension to show in your notebook.
For mor information on slideshows in Jupyter see Mike Driscoll's excellent exceprt from his book Jupyter 101. Slideshows in Jupyter.