summarylogtreecommitdiffstats
path: root/sagemath-python3-notebook.patch
diff options
context:
space:
mode:
authorAntonio Rojas2017-12-01 23:21:16 +0000
committerAntonio Rojas2017-12-01 23:21:16 +0000
commit77b7fbd4cbff662b98c569f9d0ef44e381ecfdc4 (patch)
tree819bb18b0e8f72b4b1fdb951a0faf5962c17555c /sagemath-python3-notebook.patch
parente15ea535febc3b8cb196429feadfc41e72cc5ef4 (diff)
downloadaur-77b7fbd4cbff662b98c569f9d0ef44e381ecfdc4.tar.gz
Update
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: