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+
112Custom front-end extensions
213===========================
314
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Custom request handlers
33
44The notebook webserver can be interacted with using a well `defined
55RESTful
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> `__.
77You can define custom RESTful API handlers in addition to the ones
88provided by the notebook. As described below, to define a custom handler
99you need to first write a notebook server extension. Then, in the
You can’t perform that action at this time.
0 commit comments