By @Yushneng
$ pip install jupyter
# or
$ conda install jupyter
$ jupyter notebook
Slideshow view in Jupyter Notebook
nbconvert
jupyter-nbconvert --to slides How-to.ipynb --reveal-prefix '//cdn.bootcss.com/reveal.js/3.2.0' --output slides
mv How-to.slides.html How-to.html