Skip to content

Commit c1b4479

Browse files
authored
Merge pull request #6480 from jweill-aws/patch-2
Updates README to document maintained versions
2 parents fb5d503 + f8eefb7 commit c1b4479

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ computing.
1010

1111
![Jupyter notebook example](docs/resources/running_code_med.png 'Jupyter notebook example')
1212

13-
### Notice
13+
## Maintained versions
14+
15+
We maintain the **two most recently released major versions of Jupyter Notebook**, Notebook v5 and Classic Notebook v6. After Notebook v7.0 is released, we will no longer maintain Notebook v5. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible.
1416

1517
The Jupyter Notebook project is currently undertaking a transition to a more modern code base built from the ground-up using JupyterLab components and extensions.
1618

1719
There is new stream of work which was submitted and then accepted as a Jupyter Enhancement Proposal (JEP) as part of the next version (v7): https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
1820

1921
There is also a plan to continue maintaining Notebook v6 with bug and security fixes only, to ease the transition to Notebook v7: https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000
2022

21-
#### Notebook v7
23+
### Notebook v7
2224

2325
The next major version of Notebook will be based on:
2426

@@ -29,7 +31,7 @@ This represents a significant change to the `jupyter/notebook` code base.
2931

3032
To learn more about Notebook v7: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
3133

32-
#### Classic Notebook v6
34+
### Classic Notebook v6
3335

3436
Maintainance and security-related issues are now being addressed in the [`6.4.x`](https://github.com/jupyter/notebook/tree/6.4.x) branch.
3537

@@ -39,7 +41,7 @@ New features and continuous improvement is now focused on Notebook v7 (see secti
3941

4042
If you have an open pull request with a new feature or if you were planning to open one, we encourage switching over to the Jupyter Server and JupyterLab architecture, and distribute it as a server extension and / or JupyterLab prebuilt extension. That way your new feature will also be compatible with the new Notebook v7.
4143

42-
### Jupyter notebook, the language-agnostic evolution of IPython notebook
44+
## Jupyter notebook, the language-agnostic evolution of IPython notebook
4345

4446
Jupyter notebook is a language-agnostic HTML notebook application for
4547
Project Jupyter. In 2015, Jupyter notebook was released as a part of

0 commit comments

Comments
 (0)