Skip to content

A Tree Widget using Jupyter-widgets protocol and jsTree

License

Notifications You must be signed in to change notification settings

Kxnr/ipytree

 
 

Repository files navigation

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

If you use JupyterLab<=2:

$ jupyter labextension install @jupyter-widgets/jupyterlab-manager 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 yarn and JupyterLab 3),

$ 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

About

A Tree Widget using Jupyter-widgets protocol and jsTree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.0%
  • JavaScript 27.0%
  • Python 13.0%