You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,12 @@ computing.
12
12
13
13
## Maintained versions
14
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.
15
+
We maintain the **two most recently released major versions of Jupyter Notebook**,
16
+
Classic Notebook v6 and Notebook v7. Notebook v5 is no longer maintained.
17
+
All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible.
16
18
17
-
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.
18
-
19
-
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
20
-
21
-
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
19
+
Upgrading to Notebook v7 may require more work, if you use custom extensions, as extensions written
20
+
for Notebook v5 or Classic Notebook v6 are not compatible with Notebook v7.
22
21
23
22
### Notebook v7
24
23
@@ -33,9 +32,8 @@ To learn more about Notebook v7: https://jupyter.org/enhancement-proposals/79-no
33
32
34
33
### Classic Notebook v6
35
34
36
-
Maintenance and security-related issues are now being addressed in the [`6.4.x`](https://github.com/jupyter/notebook/tree/6.4.x) branch.
37
-
38
-
A `6.5.x` branch will be soon created and will depend on [`nbclassic`](https://github.com/jupyter/nbclassic) for the HTML/JavaScript/CSS assets.
35
+
Maintenance and security-related issues [only](https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000) are now being addressed in the [`6.5.x`](https://github.com/jupyter/notebook/tree/6.5.x) branch.
36
+
It depends on [`nbclassic`](https://github.com/jupyter/nbclassic) for the HTML/JavaScript/CSS assets.
39
37
40
38
New features and continuous improvement is now focused on Notebook v7 (see section above).
0 commit comments