diff --git a/images/base-notebook/Dockerfile b/images/base-notebook/Dockerfile index 4e672241f..dd068c809 100644 --- a/images/base-notebook/Dockerfile +++ b/images/base-notebook/Dockerfile @@ -42,6 +42,10 @@ RUN mamba install --yes \ 'jupyterhub' \ 'jupyterlab' \ 'nbclassic' \ + # Sometimes, when the new version of `jupyterlab` is released, latest `notebook` might not support it for some time + # Old versions of `notebook` (=7.2.2' && \ jupyter server --generate-config && \ mamba clean --all -f -y && \