Updating jupyterlab to 0.30.*

This commit is contained in:
Peter Parente
2017-12-17 11:41:19 -05:00
parent 22adf3eb59
commit b45fe72323

View File

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