Update jupyterlab & extensions

This commit is contained in:
Iyán Méndez Veiga
2018-08-21 20:24:38 +02:00
parent 63bdcad837
commit 13802f436c
2 changed files with 3 additions and 3 deletions

View File

@@ -90,9 +90,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.6.*' \ 'notebook=5.6.*' \
'jupyterhub=0.9.*' \ 'jupyterhub=0.9.*' \
'jupyterlab=0.33.*' && \ 'jupyterlab=0.34.*' && \
conda clean -tipsy && \ 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 && \ npm cache clean --force && \
jupyter notebook --generate-config && \ jupyter notebook --generate-config && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \

View File

@@ -47,7 +47,7 @@ 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.36.0 && \ jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.37.0 && \
jupyter labextension install jupyterlab_bokeh@^0.6.0 && \ jupyter labextension install jupyterlab_bokeh@^0.6.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 && \