mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
Load the security service handlers.
Conflicts: IPython/html/notebookapp.py
This commit is contained in:
parent
3068733c46
commit
7fb8cd94ec
@ -225,7 +225,7 @@ class NotebookWebApplication(web.Application):
|
||||
handlers.extend(load_handlers('services.sessions.handlers'))
|
||||
handlers.extend(load_handlers('services.nbconvert.handlers'))
|
||||
handlers.extend(load_handlers('services.kernelspecs.handlers'))
|
||||
|
||||
handlers.extend(load_handlers('services.security.handlers'))
|
||||
handlers.append(
|
||||
(r"/nbextensions/(.*)", FileFindHandler, {
|
||||
'path': settings['nbextensions_path'],
|
||||
|
Loading…
Reference in New Issue
Block a user