mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
use super
in NotebookApp.start
This commit is contained in:
parent
6bea149869
commit
29a11a3aa1
@ -1065,8 +1065,7 @@ class NotebookApp(JupyterApp):
|
||||
|
||||
This method takes no arguments so all configuration and initialization
|
||||
must be done prior to calling this method."""
|
||||
if self.subapp is not None:
|
||||
return self.subapp.start()
|
||||
super(NotebookApp, self).start()
|
||||
|
||||
info = self.log.info
|
||||
for line in self.notebook_info().split("\n"):
|
||||
|
Loading…
Reference in New Issue
Block a user