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 ?
We have seen two methods for running a Jupyter Notebook server in the background, a simple one for non-root users and one more advanced one for root users. The first needs a little chaperoning for starting and stopping, while the latter should have you covered on a server once for all.
Capturing Output With %%capture IPython has a cell magic, %%capture , which captures the stdout/stderr of a cell. With this magic you can discard these streams or store them in a variable.
Check out the Jupyter plugin RISE using Reveal.JS:
It's awesome.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With