Skip to content

Commit 8882c50

Browse files
authored
Merge pull request #1039 from mpmdean/master
update jupyterlab and plotting extensions
2 parents e255f1a + 046a4c3 commit 8882c50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

base-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
112112
RUN conda install --quiet --yes \
113113
'notebook=6.0.3' \
114114
'jupyterhub=1.1.0' \
115-
'jupyterlab=1.2.5' && \
115+
'jupyterlab=2.0.1' && \
116116
conda clean --all -f -y && \
117117
npm cache clean --force && \
118118
jupyter notebook --generate-config && \

scipy-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ RUN conda install --quiet --yes \
5050
# Also activate ipywidgets extension for JupyterLab
5151
# Check this URL for most recent compatibilities
5252
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
53-
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^1.1.0 --no-build && \
54-
jupyter labextension install jupyterlab_bokeh@1.0.0 --no-build && \
55-
jupyter labextension install jupyter-matplotlib --no-build && \
53+
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^2.0.0 --no-build && \
54+
jupyter labextension install @bokeh/jupyter_bokeh@^2.0.0 --no-build && \
55+
jupyter labextension install jupyter-matplotlib@^0.7.2 --no-build && \
5656
jupyter lab build && \
5757
npm cache clean --force && \
5858
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \

0 commit comments

Comments
 (0)