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

Add small comment for installing Notebook 7 #366

Merged
merged 1 commit into from
Feb 16, 2023
Merged
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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down