December 2015
Beginner to intermediate
202 pages
4h
English
In this recipe, you'll learn how to build a shareable dashboard using IPython Notebook and matplotlib, two Python tools that you've learned a lot about in the previous chapters.
Before running the code, ensure that you have the latest version of Jupyter (IPython Notebook) by running this command at the command line:
conda install jupyter
When I run conda list jupyter, the following is what I see. You should see something pretty similar:
jupyter 1.0.0 py34_0 jupyter-client 4.1.1 <pip> jupyter-console 4.0.3 <pip> jupyter-core 4.0.6 <pip> jupyter_client 4.1.1 py34_0 jupyter_console 4.0.3 py34_0 jupyter_core 4.0.6 py34_0
Read now
Unlock full access