Bqplot
Interactive plotting library for the Jupyter notebook
The reference Python backend is available
here, with examples.
Package Install
Prerequisites
npm install --save bqplot
JupyterLab
To install the experimental bqplot JupyterLab extension, install the Python package, make sure the Jupyter widgets extension is installed, and install the bqplot extension:
$ pip install bqplot
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager # install the Jupyter widgets extension
$ jupyter labextension install bqplot