summarylogtreecommitdiffstats
path: root/sagemath-python3-notebook.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sagemath-python3-notebook.patch')
-rw-r--r--sagemath-python3-notebook.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/sagemath-python3-notebook.patch b/sagemath-python3-notebook.patch
index cae22561547a..f23851ed8f79 100644
--- a/sagemath-python3-notebook.patch
+++ b/sagemath-python3-notebook.patch
@@ -11,12 +11,12 @@ index 74192da240..0ede281aad 100755
+ os.execvp('jupyter-notebook', ['jupyter-notebook'] + argv)
- class SageNBExport(NotebookJupyter):
+ class NotebookJupyterlab(object):
diff --git a/src/sage/repl/ipython_kernel/install.py b/src/sage/repl/ipython_kernel/install.py
index 3912b8cdf5..bd40cdadda 100644
--- a/src/sage/repl/ipython_kernel/install.py
+++ b/src/sage/repl/ipython_kernel/install.py
-@@ -281,7 +281,6 @@ def have_prerequisites(debug=True):
+@@ -280,7 +280,6 @@ def have_prerequisites(debug=True):
True
"""
try: