From e4cedfdec48fb3959f7c5456e08761c7163f5716 Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+jweill-aws@users.noreply.github.com> Date: Wed, 20 Jul 2022 08:20:04 -0700 Subject: [PATCH 1/5] Supported versions --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f5467aeaa..6f364da501 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ computing. ![Jupyter notebook example](docs/resources/running_code_med.png 'Jupyter notebook example') -### Notice +## Supported versions + +We intend to support the **two most recently released major versions of Jupyter Notebook**. This is Notebook v5 and Classic Notebook v6. When Notebook v7.0 is released, Notebook v5 will leave support. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible. Pull requests for unsupported versions may be declined or ignored. 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,7 +20,7 @@ There is new stream of work which was submitted and then accepted as a Jupyter E 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 +### Notebook v7 The next major version of Notebook will be based on: @@ -29,7 +31,7 @@ This represents a significant change to the `jupyter/notebook` code base. To learn more about Notebook v7: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html -#### Classic Notebook v6 +### Classic Notebook v6 Maintainance and security-related issues are now being addressed in the [`6.4.x`](https://github.com/jupyter/notebook/tree/6.4.x) branch. @@ -39,7 +41,7 @@ New features and continuous improvement is now focused on Notebook v7 (see secti 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. -### Jupyter notebook, the language-agnostic evolution of IPython notebook +## Jupyter notebook, the language-agnostic evolution of IPython notebook Jupyter notebook is a language-agnostic HTML notebook application for Project Jupyter. In 2015, Jupyter notebook was released as a part of From d5a62129c9775018d949b9534f76acb8178aed0f Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+jweill-aws@users.noreply.github.com> Date: Wed, 20 Jul 2022 08:24:34 -0700 Subject: [PATCH 2/5] Updates per @afshin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f364da501..339df9517f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ computing. ## Supported versions -We intend to support the **two most recently released major versions of Jupyter Notebook**. This is Notebook v5 and Classic Notebook v6. When Notebook v7.0 is released, Notebook v5 will leave support. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible. Pull requests for unsupported versions may be declined or ignored. +We maintain the **two most recently released major versions of Jupyter Notebook**. This is Notebook v5 and Classic Notebook v6. When Notebook v7.0 is released, Notebook v5 will leave support. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible. 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. From 937f8ad295656d68f4b4ddfa35b351c1e9fbf1fd Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+jweill-aws@users.noreply.github.com> Date: Wed, 20 Jul 2022 08:31:45 -0700 Subject: [PATCH 3/5] Supported -> maintained --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 339df9517f..d7049dbc30 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ computing. ![Jupyter notebook example](docs/resources/running_code_med.png 'Jupyter notebook example') -## Supported versions +## Maintained versions We maintain the **two most recently released major versions of Jupyter Notebook**. This is Notebook v5 and Classic Notebook v6. When Notebook v7.0 is released, Notebook v5 will leave support. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible. From 1a58161572c29e459bbd9606e0ea4c74e15f090d Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+jweill-aws@users.noreply.github.com> Date: Wed, 20 Jul 2022 08:35:12 -0700 Subject: [PATCH 4/5] Copy edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7049dbc30..a8ef1bb421 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ computing. ## Maintained versions -We maintain the **two most recently released major versions of Jupyter Notebook**. This is Notebook v5 and Classic Notebook v6. When Notebook v7.0 is released, Notebook v5 will leave support. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible. +We maintain the **two most recently released major versions of Jupyter Notebook**, Notebook v5 and Classic Notebook v6. When Notebook v7.0 is released, Notebook v5 will leave support. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible. 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. From f8eefb78a6f42c4061bccece5ad9a3b344ca9187 Mon Sep 17 00:00:00 2001 From: Jason Weill <93281816+jweill-aws@users.noreply.github.com> Date: Wed, 20 Jul 2022 08:38:30 -0700 Subject: [PATCH 5/5] support -> maintain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8ef1bb421..9ec7d0d93a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ computing. ## Maintained versions -We maintain the **two most recently released major versions of Jupyter Notebook**, Notebook v5 and Classic Notebook v6. When Notebook v7.0 is released, Notebook v5 will leave support. All Notebook v5 users are strongly advised to upgrade to Classic Notebook v6 as soon as possible. +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. 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.