Skip to content

Commit

Permalink
Merge pull request #1039 from mpmdean/master
Browse files Browse the repository at this point in the history
update jupyterlab and plotting extensions
  • Loading branch information
parente committed Mar 11, 2020
2 parents e255f1a + 046a4c3 commit 8882c50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Expand Up @@ -112,7 +112,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \
'notebook=6.0.3' \
'jupyterhub=1.1.0' \
'jupyterlab=1.2.5' && \
'jupyterlab=2.0.1' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \
Expand Down
6 changes: 3 additions & 3 deletions scipy-notebook/Dockerfile
Expand Up @@ -50,9 +50,9 @@ RUN conda install --quiet --yes \
# Also activate ipywidgets extension for JupyterLab
# Check this URL for most recent compatibilities
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.1.0 --no-build && \
jupyter labextension install jupyterlab_bokeh@1.0.0 --no-build && \
jupyter labextension install jupyter-matplotlib --no-build && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^2.0.0 --no-build && \
jupyter labextension install @bokeh/jupyter_bokeh@^2.0.0 --no-build && \
jupyter labextension install jupyter-matplotlib@^0.7.2 --no-build && \
jupyter lab build && \
npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
Expand Down

0 comments on commit 8882c50

Please sign in to comment.