Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
-
install jupyter_notebook
-
install the package
gulp css pip install -e .
-
install and register the notebook extension:
python -m ipython_widgets.install --enable
or a symlink for a development install:
python -m ipython_widgets.install --enable --user --symlink