Installation

The simplest way to install ibb is via pip or conda:

pip install ibb
conda install ibb

Warning

The latest version of IBB only works with ipywidgets 8.

ipywidgets

IBB

>=7, <8

pip install ibb==2.4.0

>=8, <9

pip install ibb

If you installed via pip and notebook version < 5.3, you will also have to install / configure the front-end extension as well. If you are using classic notebook (as opposed to Jupyterlab), run the following commands (with the appropriate flag):

jupyter nbextension install [--sys-prefix / --user / --system] --py ibb
jupyter nbextension enable [--sys-prefix / --user / --system] --py ibb

If you are using Jupyterlab, install the extension with:

jupyter labextension install ibb

Note

If you are installing using conda, these commands should be unnecessary. If you still need to run them, the commands should be the same (just make sure you choose the –sys-prefix flag).