From c8df9e80c76803a85e16a3def4c5b28150483e10 Mon Sep 17 00:00:00 2001 From: Ben Chuanlong Du Date: Thu, 17 Apr 2025 19:07:25 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfd4551..8f72c98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM dclong/python-nodejs # GIT: https://github.com/legendu-net/docker-python-nodejs.git RUN pip3 install --break-system-packages \ - nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.2.0" \ + nbdime jinja2 nbconvert "jupyterlab>=2.1.0,<4.4.0" \ jupyterlab_widgets ipywidgets jupyterlab_myst \ jupyterlab-lsp python-lsp-server[all] \ jupyterlab-code-formatter \