Skip to content

Commit

Permalink
src/bin/sage-notebook: Update for notebook 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Aug 24, 2023
1 parent ea1a74c commit 2360aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/sage-notebook
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class NotebookJupyter():
def __init__(self, argv):
self.print_banner()
try:
from notebook.notebookapp import main
from notebook.app import main
except ImportError:
import traceback
traceback.print_exc()
Expand Down

0 comments on commit 2360aac

Please sign in to comment.