Merge pull request #686 from amit1rrr/use_jupyterlab_version_0.33.0

Bump up jupyterlab & extensions version
This commit is contained in:
Peter Parente
2018-07-31 09:11:27 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -89,9 +89,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.8.*' \ 'jupyterhub=0.8.*' \
'jupyterlab=0.32.*' && \ 'jupyterlab=0.33.*' && \
conda clean -tipsy && \ conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.8.1 && \ jupyter labextension install @jupyterlab/hub-extension@^0.10.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,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.35 && \ jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.36.0 && \
jupyter labextension install jupyterlab_bokeh@^0.5.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 && \
rm -rf /home/$NB_USER/.cache/yarn && \ rm -rf /home/$NB_USER/.cache/yarn && \