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
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.
14
16
15
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.
16
18
17
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
18
20
19
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
20
22
21
-
####Notebook v7
23
+
### Notebook v7
22
24
23
25
The next major version of Notebook will be based on:
24
26
@@ -29,7 +31,7 @@ This represents a significant change to the `jupyter/notebook` code base.
29
31
30
32
To learn more about Notebook v7: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
31
33
32
-
####Classic Notebook v6
34
+
### Classic Notebook v6
33
35
34
36
Maintainance and security-related issues are now being addressed in the [`6.4.x`](https://github.com/jupyter/notebook/tree/6.4.x) branch.
35
37
@@ -39,7 +41,7 @@ New features and continuous improvement is now focused on Notebook v7 (see secti
39
41
40
42
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.
41
43
42
-
###Jupyter notebook, the language-agnostic evolution of IPython notebook
44
+
## Jupyter notebook, the language-agnostic evolution of IPython notebook
43
45
44
46
Jupyter notebook is a language-agnostic HTML notebook application for
45
47
Project Jupyter. In 2015, Jupyter notebook was released as a part of
0 commit comments