Commit e0969e81 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #621 from tomjorquera/update-jupyterlab-032

Update jupyterlab and extensions
parents 8312f544 a5d350fb
...@@ -80,9 +80,9 @@ RUN cd /tmp && \ ...@@ -80,9 +80,9 @@ RUN cd /tmp && \
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.4.*' \ 'notebook=5.4.*' \
'jupyterhub=0.8.*' \ 'jupyterhub=0.8.*' \
'jupyterlab=0.31.*' && \ 'jupyterlab=0.32.*' && \
conda clean -tipsy && \ conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.8.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.8.1 && \
npm cache clean --force && \ npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
rm -rf /home/$NB_USER/.cache/yarn && \ rm -rf /home/$NB_USER/.cache/yarn && \
......
...@@ -47,8 +47,8 @@ RUN conda install --quiet --yes \ ...@@ -47,8 +47,8 @@ RUN conda install --quiet --yes \
# Activate ipywidgets extension in the environment that runs the notebook server # Activate ipywidgets extension in the environment that runs the notebook server
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \ jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
# Also activate ipywidgets extension for JupyterLab # Also activate ipywidgets extension for JupyterLab
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.33.1 && \ jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.35 && \
jupyter labextension install jupyterlab_bokeh@^0.4.0 && \ jupyter labextension install jupyterlab_bokeh@^0.5.0 && \
npm cache clean --force && \ npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
rm -rf /home/$NB_USER/.cache/yarn && \ rm -rf /home/$NB_USER/.cache/yarn && \
......
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