Commit 8ccdfc1d authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #703 from iyanmv/bump-jupyterlab

Update jupyterlab & extensions
parents 177037d0 8fd9b55c
......@@ -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 && \
......
......@@ -47,7 +47,7 @@ RUN conda install --quiet --yes \
# Activate ipywidgets extension in the environment that runs the notebook server
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
# Also activate ipywidgets extension for JupyterLab
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.36.0 && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.37.0 && \
jupyter labextension install jupyterlab_bokeh@^0.6.0 && \
npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
......
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