diff --git a/docker/jupyter-lab/Dockerfile b/docker/jupyter-lab/Dockerfile index 2e757ddf94ff86dd741e2639997720a5af694d49..6f8926c2f5746ec6e653db3d6edb3188eaaf98a0 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 c5c2a40c26443ebb2f29cc2d5c1e8d153d743b39..9f13475ae97e4ad830e1975e32776a22378a4dc3 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