diff --git a/images/datascience-notebook/Dockerfile b/images/datascience-notebook/Dockerfile index eb52ec94..3a757e5b 100644 --- a/images/datascience-notebook/Dockerfile +++ b/images/datascience-notebook/Dockerfile @@ -60,6 +60,7 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \ pip install statsmodels==0.14.0 \ nbconvert==7.2.1 \ notebook==7.0.6 \ + jupyter-server==2.0.0 \ jupyterlab-rise \ jupyterhub==$JUPYTERHUB_VERSION && \ fix-permissions $CONDA_DIR && \ @@ -75,7 +76,7 @@ ENV NBGRADER_COURSEID="NA" ENV JUPYTERHUB_USER=${NB_USER} # Install jupyterlab extensions -RUN pip install jupyterlab==3.0.16 jupyterlab-github jupyterlab-latex jupyterlab-git \ +RUN pip install jupyterlab==4.0.6 jupyterlab-github jupyterlab-latex jupyterlab-git \ jupyterlab-fasta jupyterlab-pullrequests jupyterlab-geojson && \ pip cache purge