File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
112
112
RUN conda install --quiet --yes \
113
113
'notebook=6.0.3' \
114
114
'jupyterhub=1.1.0' \
115
- 'jupyterlab=1.2.5 ' && \
115
+ 'jupyterlab=2.0.1 ' && \
116
116
conda clean --all -f -y && \
117
117
npm cache clean --force && \
118
118
jupyter notebook --generate-config && \
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ RUN conda install --quiet --yes \
50
50
# Also activate ipywidgets extension for JupyterLab
51
51
# Check this URL for most recent compatibilities
52
52
# 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 && \
56
56
jupyter lab build && \
57
57
npm cache clean --force && \
58
58
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
You can’t perform that action at this time.
0 commit comments