From 72b9dce22339b320423856df07b2c989c2e3845b Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Mon, 31 Mar 2025 16:49:53 +0200
Subject: [PATCH] try fix regression in jupyter

---
 docker/jupyter-lab/Dockerfile       | 2 +-
 docker/jupyter-lab/requirements.txt | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docker/jupyter-lab/Dockerfile b/docker/jupyter-lab/Dockerfile
index 2e757ddf9..6f8926c2f 100644
--- a/docker/jupyter-lab/Dockerfile
+++ b/docker/jupyter-lab/Dockerfile
@@ -1,4 +1,4 @@
-FROM quay.io/jupyter/scipy-notebook:lab-4.3.3
+FROM quay.io/jupyter/scipy-notebook:latest
 
 USER root
 RUN --mount=type=cache,target=/var/cache/apt \
diff --git a/docker/jupyter-lab/requirements.txt b/docker/jupyter-lab/requirements.txt
index c5c2a40c2..9f13475ae 100644
--- a/docker/jupyter-lab/requirements.txt
+++ b/docker/jupyter-lab/requirements.txt
@@ -5,7 +5,9 @@ notebook-as-pdf
 PyPDF2==2.12.1 # until https://github.com/betatim/notebook-as-pdf/issues/40 hits a notebook-as-pdf release
 jupyterlab-git >= 0.50.0 # BSD-3
 jupyter-collaboration >= 3.0.0 # 3-Clause BSD
-jupyter_server_nbmodel[lab,rtc] # BSD-3
+
+# disabled as it breaks on JupyterLab 4.3.5 (cells do not run)
+#jupyter_server_nbmodel[lab,rtc] # BSD-3
 
 # high-level access to station components.
 # NB: tangostationcontrol will also install lofar-station-client. The latter
-- 
GitLab