QuantStack / ipytree

A Tree Widget using Jupyter-widgets protocol and jsTree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:CSS 60.0%Language:JavaScript 27.0%Language:Python 13.0%