mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Update jupyterlab & extensions
This commit is contained in:
@@ -89,9 +89,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
|
||||
RUN conda install --quiet --yes \
|
||||
'notebook=5.6.*' \
|
||||
'jupyterhub=0.9.*' \
|
||||
'jupyterlab=0.33.*' && \
|
||||
'jupyterlab=0.34.*' && \
|
||||
conda clean -tipsy && \
|
||||
jupyter labextension install @jupyterlab/hub-extension@^0.10.0 && \
|
||||
jupyter labextension install @jupyterlab/hub-extension@^0.11.0 && \
|
||||
npm cache clean --force && \
|
||||
jupyter notebook --generate-config && \
|
||||
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
|
||||
|
Reference in New Issue
Block a user