Commit 7c68f9cd authored by Chris Zubak-Skees's avatar Chris Zubak-Skees

Upgrade to the first JupyterLab beta v0.31

parent 9089b66a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment