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, which you can share with others by deploying to a web server or uploading to a file server. This is, hands down, the easiest way to share a completed analysis. Combined with scheduling the export, you can keep your customers up to date with the most recent analysis of the most up-to-date data.
Before running the following commands, install the nbconvert utility. We'll use this to convert the notebook to the various file formats by running a command in the terminal:
pip install nbconvert
Next, build your dashboard using the Build a shareable Dashboard using IPython Notebook and matplotlib recipe. ...
Read now
Unlock full access