From 868c9b9b615d2016e05327b0235a90f3d9ec5dac Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 26 Apr 2022 10:28:57 +0200 Subject: [PATCH 1/3] readme: link to v6 plan --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d72e117..41276d529 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ computing. 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. -There is new stream of work which was submitted and then accepted as a Jupyter Enhancement Proposal (JEP): https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html +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 + +There is also a plan to move forward the current version (v6): https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000 #### Notebook v7 @@ -31,6 +33,8 @@ To learn more about Notebook v7: https://jupyter.org/enhancement-proposals/79-no Maintainance and security-related issues are now being addressed in the [`6.4.x`](https://github.com/jupyter/notebook/tree/6.4.x) branch. +A [`6.5.x`](https://github.com/jupyter/notebook/tree/6.5.x) branch will be soon created and will depend on [`nbclassic`](https://github.com/jupyter/nbclassic) for the HTML/JavaScript/CSS assets. + New features and continuous improvement is now focused on Notebook v7 (see section above). 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. From 65a5c0d44e2d32c0a224aefdfd492b4683ea6ed0 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 26 Apr 2022 10:53:19 +0200 Subject: [PATCH 2/3] Update README.md to clearly state v6 will take bug and security fixes onlyl Co-authored-by: Jeremy Tuloup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41276d529..0418c789d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The Jupyter Notebook project is currently undertaking a transition to a more mod 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 -There is also a plan to move forward the current version (v6): https://github.com/jupyter/notebook-team-compass/issues/5#issuecomment-1085254000 +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 #### Notebook v7 From 2b0f70f538e92f4fbb509f8e9cc1da0c240a4252 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Tue, 26 Apr 2022 13:40:38 +0200 Subject: [PATCH 3/3] remove link to 6.5.x as it is not yet created --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41276d529..3f1cefcc9 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To learn more about Notebook v7: https://jupyter.org/enhancement-proposals/79-no Maintainance and security-related issues are now being addressed in the [`6.4.x`](https://github.com/jupyter/notebook/tree/6.4.x) branch. -A [`6.5.x`](https://github.com/jupyter/notebook/tree/6.5.x) branch will be soon created and will depend on [`nbclassic`](https://github.com/jupyter/nbclassic) for the HTML/JavaScript/CSS assets. +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. New features and continuous improvement is now focused on Notebook v7 (see section above).