Skip to content

Commit a2a3b9c

Browse files
authored
Merge pull request #5500 from afshin/readme-triage
Update readme regarding maintenance
2 parents ed5e9d6 + 68519c6 commit a2a3b9c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ computing.
1111

1212
![Jupyter notebook example](docs/resources/running_code_med.png "Jupyter notebook example")
1313

14+
### Notice
15+
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:
16+
17+
1. To maintain the security of the Jupyter Notebook. That means security-related issues and pull requests are our highest priority.
18+
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.
19+
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.
20+
21+
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.
22+
23+
##### Alternatives to contributing to `notebook`
24+
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).
25+
1426
### Jupyter notebook, the language-agnostic evolution of IPython notebook
1527
Jupyter notebook is a language-agnostic HTML notebook application for
1628
Project Jupyter. In 2015, Jupyter notebook was released as a part of

0 commit comments

Comments
 (0)