We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1a74c commit 2360aacCopy full SHA for 2360aac
src/bin/sage-notebook
@@ -29,7 +29,7 @@ class NotebookJupyter():
29
def __init__(self, argv):
30
self.print_banner()
31
try:
32
- from notebook.notebookapp import main
+ from notebook.app import main
33
except ImportError:
34
import traceback
35
traceback.print_exc()
0 commit comments