Skip to content

Commit 25bf597

Browse files
authored
Add impending deprecation notice and fix link for API (#6920)
* Add impending deprecation notice and fix link for API * mention JEP 79
1 parent 28a6870 commit 25bf597

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/source/extending/frontend_extensions.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
.. warning::
2+
3+
**DEPRECATED APIs**
4+
This documentation is for the Notebook 6 API which will soon be deprecated.
5+
For up to date information on Notebook 7, please visit the latest version of the `Notebook documentation`_ or the `JEP for Notebook 7`_.
6+
If you experience issues or are not yet able to migrate to Notebook 7, please visit the `NbClassic documentation`_
7+
8+
.. _JEP for Notebook 7: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
9+
.. _Notebook documentation: https://jupyter-notebook.readthedocs.io/en/latest
10+
.. _Nbclassic documentation: https://nbclassic.readthedocs.io/en/latest/nbclassic.html
11+
112
Custom front-end extensions
213
===========================
314

docs/source/extending/handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Custom request handlers
33

44
The notebook webserver can be interacted with using a well `defined
55
RESTful
6-
API <http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyter/notebook/master/notebook/services/api/api.yaml>`__.
6+
API <http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyter/notebook/6.5.x/notebook/services/api/api.yaml>`__.
77
You can define custom RESTful API handlers in addition to the ones
88
provided by the notebook. As described below, to define a custom handler
99
you need to first write a notebook server extension. Then, in the

0 commit comments

Comments
 (0)