Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 7286f5e

Browse files
authored
Merge pull request #366 from jupyterlab/install-nb7
Add small comment for installing Notebook 7
2 parents a8ff891 + 13860b9 commit 7286f5e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ The RetroLab code base has now been integrated in the Jupyter Notebook GitHub re
2424

2525
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.
2626

27+
You can install Notebook 7 with `pip`:
28+
29+
```
30+
pip install --pre notebook
31+
```
32+
33+
Once the final version of Notebook 7 is released, you can simply install Notebook 7 with:
34+
35+
```
36+
pip install notebook
37+
```
38+
2739
Check out the Notebook v7 JEP for more information: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
2840

2941
## Introduction

0 commit comments

Comments
 (0)