aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 15 deletions
diff --git a/development/jupyterlab/no-nbclassic.patch b/development/jupyterlab/no-nbclassic.patch
deleted file mode 100644
index de633573404e..000000000000
--- a/development/jupyterlab/no-nbclassic.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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__