add jupyterlab 0.17 to minimal-notebook

This commit is contained in:
Min RK
2017-03-13 15:00:12 +01:00
parent 6383877f12
commit 508bbcad7f

View File

@@ -71,6 +71,7 @@ RUN cd /tmp && \
RUN conda install --quiet --yes \
'notebook=4.4.*' \
'jupyterhub=0.7.*' \
'jupyterlab=0.17.*' \
&& conda clean -tipsy
USER root