From 13860b982d7121b803d7cb213a3faef14b4e516f Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Thu, 16 Feb 2023 14:29:57 +0100 Subject: [PATCH] Add small comment for installing Notebook 7 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6a5a1c08..1960c19c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,18 @@ The RetroLab code base has now been integrated in the Jupyter Notebook GitHub re Which means development is now happening in https://github.com/jupyter/notebook. Over the next weeks, we plan to triage the open issues in the RetroLab repository, and transfer them to the Notebook repo when relevant. +You can install Notebook 7 with `pip`: + +``` +pip install --pre notebook +``` + +Once the final version of Notebook 7 is released, you can simply install Notebook 7 with: + +``` +pip install notebook +``` + Check out the Notebook v7 JEP for more information: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html ## Introduction