Skip to content

Commit

Permalink
Bump up jupyterlab & extensions version
Browse files Browse the repository at this point in the history
  • Loading branch information
amit1rrr committed Jul 31, 2018
1 parent 135a595 commit 2518154
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions base-notebook/Dockerfile
Expand Up @@ -89,9 +89,9 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \
'notebook=5.6.*' \
'jupyterhub=0.8.*' \
'jupyterlab=0.32.*' && \
'jupyterlab=0.33.*' && \
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 && \
jupyter notebook --generate-config && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
Expand Down
4 changes: 2 additions & 2 deletions scipy-notebook/Dockerfile
Expand Up @@ -47,8 +47,8 @@ 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.35 && \
jupyter labextension install jupyterlab_bokeh@^0.5.0 && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^0.36.0 && \
jupyter labextension install jupyterlab_bokeh@^0.6.0 && \
npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
rm -rf /home/$NB_USER/.cache/yarn && \
Expand Down

0 comments on commit 2518154

Please sign in to comment.