Load the security service handlers.

Conflicts:
	IPython/html/notebookapp.py
This commit is contained in:
Kyle Kelley 2014-11-28 12:19:06 -06:00
parent 3068733c46
commit 7fb8cd94ec

View File

@ -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'],