Skip to content

jupyter-widgets-contrib/ipytree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9bcd509 · Nov 23, 2022
Aug 23, 2022
Jun 18, 2019
Nov 23, 2022
Nov 14, 2022
May 5, 2020
Oct 14, 2020
Sep 15, 2018
Oct 14, 2020
Mar 3, 2021
Sep 15, 2018
Mar 3, 2021
Mar 19, 2019
Sep 15, 2018
Mar 3, 2021
May 5, 2020
Sep 15, 2018
Nov 23, 2022

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