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 ?