From 2a3cf822f3e60ce812ea8a2fcc54c331378b16cc Mon Sep 17 00:00:00 2001 From: RockfordMankiniUCSD <92760584+RockfordMankiniUCSD@users.noreply.github.com> Date: Wed, 13 Sep 2023 13:31:27 -0700 Subject: [PATCH] Update Dockerfile --- images/datascience-notebook/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index 594cd4ff..892773ad 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -58,6 +58,7 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \ pip install pandas==2.0.3 'mistune>=2' --upgrade && \ pip install nltk \ pip install statsmodels==0.14.0 \ + notebook==7.0.3 \ nbconvert==7.2.1 \ jupyterhub==$JUPYTERHUB_VERSION && \ mamba install -c conda-forge rise -y && \