##// END OF EJS Templates
Updating more imports.
Brian E. Granger -
Show More
@@ -475,7 +475,7 b' class NotebookApp(BaseIPythonApplication):'
475 else:
475 else:
476 self.log.info("Using MathJax: %s", new)
476 self.log.info("Using MathJax: %s", new)
477
477
478 notebook_manager_class = DottedObjectName('IPython.frontend.html.notebook.notebooks.filenbmanager.FileNotebookManager',
478 notebook_manager_class = DottedObjectName('IPython.frontend.html.notebook.services.notebooks.filenbmanager.FileNotebookManager',
479 config=True,
479 config=True,
480 help='The notebook manager class to use.')
480 help='The notebook manager class to use.')
481
481
General Comments 0
You need to be logged in to leave comments. Login now