File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
12
Custom front-end extensions
2
13
===========================
3
14
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Custom request handlers
3
3
4
4
The notebook webserver can be interacted with using a well `defined
5
5
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> `__.
7
7
You can define custom RESTful API handlers in addition to the ones
8
8
provided by the notebook. As described below, to define a custom handler
9
9
you need to first write a notebook server extension. Then, in the
You can’t perform that action at this time.
0 commit comments