mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Updating jupyterlab to 0.30.*
This commit is contained in:
@@ -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 && \
|
||||||
|
Reference in New Issue
Block a user