Interactive Jupyter/IPython notebooks in slideshow mode?
Update #2: The version of RISE on PyPI installed with pip
no longer seems to work with modern Jupyter Notebooks. Instead, the README inside RISE's repository recommends installing with this command, which at least in my case did result in a working slideshow:
conda install -c damianavila82 rise
Original: Yes! Install this by following its instructions:
https://github.com/damianavila/RISE
and then restart the Jupyter Notebook server and re-open one of your notebooks. There should now be an "Enter/Exit Live Reveal Slideshow" button on the notebook toolbar, just to the right of the "CellToolbar" button.
Update #1: Both pip install rise
and conda install rise
should now be able to successfully install it!
Another option is View=>Cell toolbar=>None.
When necessary, run
pip install rise
or conda install rise
in terminal. And relaunch Jupyter notebook.