From 95ea80040b917d2cc062bfaecd16e7ea28747aeb Mon Sep 17 00:00:00 2001 From: "Afshin T. Darian" Date: Wed, 3 Jun 2020 02:47:48 +0100 Subject: [PATCH 1/5] Update readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f6a6bad7b1..e8852c6934 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,19 @@ computing. ![Jupyter notebook example](docs/resources/running_code_med.png "Jupyter notebook example") +Since the release of JupyterLab, many users of the classic Jupyter Notebook have been migrating to using the new front-end. + +The `jupyter/notebook` repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. Our approach is: + +1. To maintain the security of the Jupyter Notebook. That means security-related issues and pull requests are our highest priority. +2. To address JupyterLab [feature parity issues](https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+label%3A%22tag%3AFeature+Parity%22). +3. To be responsive to the hard work of community members who have opened pull requests. We are triaging these PRs. We cannot support or maintain new features at this time, but we welcome security and other sustainability fixes. + +If you have an open pull request with a new feature or if you were planning to open one, please consider shipping it as a [notebook extension](https://jupyter-notebook.readthedocs.io/en/stable/extending/) instead. + +### Alternatives to contributing to `notebook` +Additionally, please consider whether your contribution would be appropriate for either the underlying server for Jupyter front-ends, [jupyter_server](https://github.com/jupyter/jupyter_server) or in the [JupyterLab front-end](https://github.com/jupyterlab/jupyterlab). + ### 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 0fc611fa811199164160d343a3273f2280210311 Mon Sep 17 00:00:00 2001 From: "Afshin T. Darian" Date: Wed, 3 Jun 2020 16:30:24 +0100 Subject: [PATCH 2/5] Add "Notice" heading --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8852c6934..dd9bfbaf64 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ computing. ![Jupyter notebook example](docs/resources/running_code_med.png "Jupyter notebook example") +### Notice Since the release of JupyterLab, many users of the classic Jupyter Notebook have been migrating to using the new front-end. The `jupyter/notebook` repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. Our approach is: @@ -21,7 +22,7 @@ The `jupyter/notebook` repository is currently maintained by a skeleton crew of If you have an open pull request with a new feature or if you were planning to open one, please consider shipping it as a [notebook extension](https://jupyter-notebook.readthedocs.io/en/stable/extending/) instead. -### Alternatives to contributing to `notebook` +##### Alternatives to contributing to `notebook` Additionally, please consider whether your contribution would be appropriate for either the underlying server for Jupyter front-ends, [jupyter_server](https://github.com/jupyter/jupyter_server) or in the [JupyterLab front-end](https://github.com/jupyterlab/jupyterlab). ### Jupyter notebook, the language-agnostic evolution of IPython notebook From 94b8db71d1bd34ca9a6b58a78326ea4d96657803 Mon Sep 17 00:00:00 2001 From: "Afshin T. Darian" Date: Wed, 3 Jun 2020 16:55:00 +0100 Subject: [PATCH 3/5] Update language --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd9bfbaf64..06de408b77 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ computing. ![Jupyter notebook example](docs/resources/running_code_med.png "Jupyter notebook example") ### Notice -Since the release of JupyterLab, many users of the classic Jupyter Notebook have been migrating to using the new front-end. +Please note that this repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. As a result, we encourage users to transition to JupyterLab, where more immediate support can occur. The `jupyter/notebook` repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. Our approach is: 1. To maintain the security of the Jupyter Notebook. That means security-related issues and pull requests are our highest priority. -2. To address JupyterLab [feature parity issues](https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+label%3A%22tag%3AFeature+Parity%22). +2. To address JupyterLab [feature parity issues](https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+label%3A%22tag%3AFeature+Parity%22). As part of this effort, we are also working on a better [notebook-only experience](https://github.com/jupyterlab/jupyterlab/issues/8450) in JupyterLab for users who prefer the UI of the classic Jupyter Notebook. 3. To be responsive to the hard work of community members who have opened pull requests. We are triaging these PRs. We cannot support or maintain new features at this time, but we welcome security and other sustainability fixes. If you have an open pull request with a new feature or if you were planning to open one, please consider shipping it as a [notebook extension](https://jupyter-notebook.readthedocs.io/en/stable/extending/) instead. From 11f8e4767a46e1aee10a57f62bb4f5a30e74242b Mon Sep 17 00:00:00 2001 From: "Afshin T. Darian" Date: Wed, 3 Jun 2020 16:55:37 +0100 Subject: [PATCH 4/5] tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06de408b77..b6c22eedb4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ computing. ### Notice Please note that this repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. As a result, we encourage users to transition to JupyterLab, where more immediate support can occur. -The `jupyter/notebook` repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. Our approach is: +The `jupyter/notebook` repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. As a result, our approach moving forward will be: 1. To maintain the security of the Jupyter Notebook. That means security-related issues and pull requests are our highest priority. 2. To address JupyterLab [feature parity issues](https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+label%3A%22tag%3AFeature+Parity%22). As part of this effort, we are also working on a better [notebook-only experience](https://github.com/jupyterlab/jupyterlab/issues/8450) in JupyterLab for users who prefer the UI of the classic Jupyter Notebook. From 68519c6c8de2b5d4b6810e1a8fb66115c8a7e0fe Mon Sep 17 00:00:00 2001 From: "Afshin T. Darian" Date: Wed, 3 Jun 2020 17:19:01 +0100 Subject: [PATCH 5/5] Fix repetition --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b6c22eedb4..c9577cbdfb 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,7 @@ computing. ![Jupyter notebook example](docs/resources/running_code_med.png "Jupyter notebook example") ### Notice -Please note that this repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. As a result, we encourage users to transition to JupyterLab, where more immediate support can occur. - -The `jupyter/notebook` repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. As a result, our approach moving forward will be: +Please note that this repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. We encourage users to transition to JupyterLab, where more immediate support can occur. Our approach moving forward will be: 1. To maintain the security of the Jupyter Notebook. That means security-related issues and pull requests are our highest priority. 2. To address JupyterLab [feature parity issues](https://github.com/jupyterlab/jupyterlab/issues?q=is%3Aopen+is%3Aissue+label%3A%22tag%3AFeature+Parity%22). As part of this effort, we are also working on a better [notebook-only experience](https://github.com/jupyterlab/jupyterlab/issues/8450) in JupyterLab for users who prefer the UI of the classic Jupyter Notebook.