summaryrefslogtreecommitdiffstats
path: root/development/jupyterlab/no-nbclassic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/jupyterlab/no-nbclassic.patch')
-rw-r--r--development/jupyterlab/no-nbclassic.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/development/jupyterlab/no-nbclassic.patch b/development/jupyterlab/no-nbclassic.patch
new file mode 100644
index 0000000000..de63357340
--- /dev/null
+++ b/development/jupyterlab/no-nbclassic.patch
@@ -0,0 +1,15 @@
+This patch was taken from Arch Linux repositories:
+https://github.com/archlinux/svntogit-community/blob/packages/jupyterlab/trunk/no-nbclassic.patch
+diff --git a/jupyterlab/labapp.py b/jupyterlab/labapp.py
+index 1eb56b22fe..5a401a0fdf 100644
+--- a/jupyterlab/labapp.py
++++ b/jupyterlab/labapp.py
+@@ -19,7 +19,7 @@ from jupyterlab_server import (
+ WorkspaceImportApp,
+ WorkspaceListApp,
+ )
+-from nbclassic.shim import NBClassicConfigShimMixin
++from notebook_shim.shim import NotebookConfigShimMixin as NBClassicConfigShimMixin
+ from traitlets import Bool, Instance, Unicode, default
+
+ from ._version import __version__