From 69f1b2eedb1ae540f62b5325ada96c838cd20630 Mon Sep 17 00:00:00 2001 From: Ben Du Date: Thu, 14 Dec 2023 13:48:44 -0800 Subject: [PATCH 1/2] upgrade jupyterlab to 4.0.x --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9779e8c..0468ff3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM dclong/python-nodejs # GIT: https://github.com/legendu-net/docker-python-nodejs.git -RUN pip3 install nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<3.7.0" \ +RUN pip3 install nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.1.0" \ jupyterlab_widgets ipywidgets \ jupyterlab-lsp python-lsp-server[all] \ jupyterlab-code-formatter \ From 3d0d013b392714a16ec808c12af56226e05a5075 Mon Sep 17 00:00:00 2001 From: Ben Du Date: Thu, 14 Dec 2023 16:00:14 -0800 Subject: [PATCH 2/2] fix build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index dfb6570..4c72e3e 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/bin/bash -docker pull dclong/jupyter-nodejs:next +docker pull dclong/python-nodejs:next docker build -t dclong/jupyterlab:next .