/ipybokeh

A IPython widget to render and add perform bi-directional communication to Bokeh Models in notebook environments

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ipybokeh

Build Status codecov

A Jupyter widget for rendering bokeh

Installation

You can install using pip:

pip install ipybokeh

Or if you use jupyterlab:

pip install ipybokeh
jupyter labextension install @jupyter-widgets/jupyterlab-manager

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] ipybokeh