Commit b45fe723 authored by Peter Parente's avatar Peter Parente

Updating jupyterlab to 0.30.*

parent 22adf3eb
...@@ -77,7 +77,7 @@ RUN cd /tmp && \ ...@@ -77,7 +77,7 @@ RUN cd /tmp && \
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.2.*' \ 'notebook=5.2.*' \
'jupyterhub=0.8.*' \ 'jupyterhub=0.8.*' \
'jupyterlab=0.29.*' \ 'jupyterlab=0.30.*' \
&& conda clean -tipsy && \ && conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.6.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.6.0 && \
npm cache clean && \ npm cache clean && \
......
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