diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-30 03:35:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:59 +0700 |
commit | 50beadcc0349f81db568e62c010e4802cad61761 (patch) | |
tree | 2445f7cafdc5bf8996ce8f813e5f0fd4cc84e2d9 /development/jupyterlab/no-nbclassic.patch | |
parent | 8487626e66373ac10e9a1ea0d6ea00c5ba2f45b1 (diff) |
development/jupyterlab: Added (Jupyter next-gen user interface)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyterlab/no-nbclassic.patch')
-rw-r--r-- | development/jupyterlab/no-nbclassic.patch | 15 |
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 0000000000000..de633573404ed --- /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__ |