##// END OF EJS Templates
add NotebookNotary to NotebookApp's class list...
MinRK -
Show More
@@ -83,6 +83,7 b' from IPython.kernel.zmq.kernelapp import ('
83 83 kernel_flags,
84 84 kernel_aliases,
85 85 )
86 from IPython.nbformat.sign import NotebookNotary
86 87 from IPython.utils.importstring import import_item
87 88 from IPython.utils.localinterfaces import localhost
88 89 from IPython.utils import submodule
@@ -311,7 +312,7 b' class NotebookApp(BaseIPythonApplication):'
311 312 examples = _examples
312 313
313 314 classes = IPythonConsoleApp.classes + [MappingKernelManager, NotebookManager,
314 FileNotebookManager]
315 FileNotebookManager, NotebookNotary]
315 316 flags = Dict(flags)
316 317 aliases = Dict(aliases)
317 318
General Comments 0
You need to be logged in to leave comments. Login now