diff --git a/src/bin/sage-notebook b/src/bin/sage-notebook index d0434f656a1..aac139693b3 100755 --- a/src/bin/sage-notebook +++ b/src/bin/sage-notebook @@ -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()