Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ For a development installation (requires yarn and JupyterLab 3),
```
$ git clone https://github.com/QuantStack/ipytree.git
$ cd ipytree
$ pip install jupyter
$ pip install "jupyterlab>=3.0.0,<4.0.0"
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipytree
$ jupyter nbextension enable --py --sys-prefix ipytree
Expand Down