Upgrade to the first JupyterLab beta v0.31

This commit is contained in:
Chris Zubak-Skees
2018-02-04 00:41:30 -05:00
parent 9089b66a98
commit 7c68f9cd4a

View File

@@ -77,9 +77,9 @@ RUN cd /tmp && \
RUN conda install --quiet --yes \
'notebook=5.2.*' \
'jupyterhub=0.8.*' \
'jupyterlab=0.30.*' \
'jupyterlab=0.31.*' \
&& conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.7.0 && \
jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \
npm cache clean && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
fix-permissions $CONDA_DIR