mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Revert to lab 0.34.12 and fix associated extensions
This commit is contained in:
@@ -93,9 +93,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
|
||||
RUN conda install --quiet --yes \
|
||||
'notebook=5.7.0' \
|
||||
'jupyterhub=0.9.4' \
|
||||
'jupyterlab=0.35.2' && \
|
||||
'jupyterlab=0.34.12' && \
|
||||
conda clean -tipsy && \
|
||||
jupyter labextension install @jupyterlab/hub-extension@^0.12.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