From 2360aac15e93ced30a032151e6384a48a8bb6c96 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 24 Aug 2023 16:11:08 -0700 Subject: [PATCH] src/bin/sage-notebook: Update for notebook 7 --- src/bin/sage-notebook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()