Skip to content

Commit 2360aac

Browse files
author
Matthias Koeppe
committed
src/bin/sage-notebook: Update for notebook 7
1 parent ea1a74c commit 2360aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/sage-notebook

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class NotebookJupyter():
2929
def __init__(self, argv):
3030
self.print_banner()
3131
try:
32-
from notebook.notebookapp import main
32+
from notebook.app import main
3333
except ImportError:
3434
import traceback
3535
traceback.print_exc()

0 commit comments

Comments
 (0)