Run Jupyter cells in slideshow mode

2019-03-14 16:10发布

问题:

You can display a Jupyter notebook in an active html setting by running :

$ jupyter nbconvert untitled.ipynb --to slides --post serve

Is there any ways to run a notebook in the same slideshow format in order to allow for a live presentation/execution of your cells ?

回答1:

Check out the Jupyter plugin RISE using Reveal.JS:

https://github.com/damianavila/RISE

It's awesome.