Exporting an IPython Notebook Dashboard to an HTML slideshow

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.

How to ...

Get Python Business Intelligence Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.