Turn Jupyter Notebooks Into Presentation Slides

By @Yushneng

Install Jupyter & start notebook

$ pip install jupyter
# or
$ conda install jupyter

$ jupyter notebook

Play with Jupyter Notebooks

Interactive data science and scientific computing

vis

Converting Notebooks to Other Formats

Slideshow view in Jupyter Notebook

slide

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