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