From 425a53a6449198beca9e3466c32f3604bdfbe31e Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Tue, 18 Jul 2023 14:41:43 -0400 Subject: [PATCH] Jupyterlab Upgrade Bug: T338981 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 002fc190..87875c41 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -46,7 +46,7 @@ RUN pip --no-cache-dir install -U pip setuptools wheel RUN pip install --prefix=/srv/paws --no-cache-dir \ jupyterhub==4.0.0 \ notebook==6.4.12 \ - jupyterlab==3.4.8 + jupyterlab==3.6.3 ## End minimal setup ##