/ipytree

A Tree Widget using Jupyter-widgets protocol and jsTree

Primary LanguageCSSMIT LicenseMIT

ipytree

A Tree Widget using Jupyter-widgets protocol and jsTree

Try it out using binder: Binder

Tree Screencast

Installation

With conda:

$ conda install -c conda-forge ipytree

With pip:

$ pip install ipytree

To make it work for Jupyter lab:

$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install ipytree

If you have notebook 5.2 or below, you also need to execute:

$ jupyter nbextension enable --py --sys-prefix ipytree

For a development installation (requires npm),

$ git clone https://github.com/QuantStack/ipytree.git
$ cd ipytree
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipytree
$ jupyter nbextension enable --py --sys-prefix ipytree
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install js