Commit 95dfb85e authored by Chia-liang Kao's avatar Chia-liang Kao

Update to JupyterLab 0.35.5

This contains a fix for chrome download file bug: https://github.com/jupyterlab/jupyterlab/pull/6232#issuecomment-486618455
parent f646d2b2
......@@ -101,7 +101,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \
'notebook=5.7.8' \
'jupyterhub=0.9.6' \
'jupyterlab=0.35.4' && \
'jupyterlab=0.35.5' && \
conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
npm cache clean --force && \
......
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