File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Notebook signatures
81
81
82
82
This machinery is used by the notebook web application to record which notebooks
83
83
are *trusted *, and may show dynamic output as soon as they're loaded. See
84
- :ref: `notebook:notebook_security ` for more information.
84
+ :ref: `server:server_security ` for more information.
85
85
86
86
.. autoclass :: NotebookNotary
87
87
Original file line number Diff line number Diff line change 304
304
"jupyterclient" : ("https://jupyter-client.readthedocs.io/en/stable" , None ),
305
305
"nbconvert" : ("https://nbconvert.readthedocs.org/en/stable" , None ),
306
306
"notebook" : ("https://jupyter-notebook.readthedocs.org/en/stable" , None ),
307
+ "server" : ("https://jupyter-server.readthedocs.org/en/stable" , None ),
307
308
}
308
309
309
310
You can’t perform that action at this time.
0 commit comments