From 425e3095e0dbb198f94ed9793ebf6ffa0cce79e7 Mon Sep 17 00:00:00 2001 From: Jo Liss Date: Wed, 25 Oct 2023 15:23:44 +0100 Subject: [PATCH] Add installation instructions for jupyter and jupyterlab --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1504885..ceb208c 100644 --- a/README.md +++ b/README.md @@ -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