Merge pull request #758 from clkao/jupyterlab-0.35

Update JupyterLab and extensions to 0.35.4
This commit is contained in:
Peter Parente
2018-11-15 12:14:14 -05:00
committed by GitHub
2 changed files with 4 additions and 5 deletions

View File

@@ -93,9 +93,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \
'notebook=5.7.0' \
'jupyterhub=0.9.4' \
'jupyterlab=0.34.12' && \
'jupyterlab=0.35.4' && \
conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.11.0 && \
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
npm cache clean --force && \
jupyter notebook --generate-config && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \