December 2015
Beginner to intermediate
202 pages
4h
English
In this recipe, you'll learn how to export an IPython Notebook Dashboard to an HTML file. The dashboard we have created will export to a single page; however, you can easily turn it into multiple slides for a presentation. Also, this is my preferred HTML export method, so I recommend using it.
Converting a notebook to slides generates a reveal.js HTML slideshow. In order to work correctly, it must be served by a web server.
If you produce actual slides from your notebook, download the reveal.js library (https://github.com/hakimel/reveal.js) to make them interactive.
Creating even a single-page slideshow is my preference, as I believe it looks the best of all the exported formats.
Read now
Unlock full access