Commit 50b0831c authored by Tyler Erickson's avatar Tyler Erickson

Update jupyterlab to 0.28

Update jupyterlab from 0.27.* to 0.28.*. This allows the current
version of ipywidgets (7.0.2) to be installed.
parent 28150573
...@@ -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.1.*' \ 'notebook=5.1.*' \
'jupyterhub=0.8.*' \ 'jupyterhub=0.8.*' \
'jupyterlab=0.27.*' \ 'jupyterlab=0.28.*' \
&& conda clean -tipsy && \ && conda clean -tipsy && \
fix-permissions $CONDA_DIR 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