Commit 046a4c31 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Loose jupyter-matplotlib pinning for consistency

parent 14b9d786
...@@ -52,7 +52,7 @@ RUN conda install --quiet --yes \ ...@@ -52,7 +52,7 @@ RUN conda install --quiet --yes \
# https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager # https://github.com/jupyter-widgets/ipywidgets/tree/master/packages/jupyterlab-manager
jupyter labextension install @jupyter-widgets/jupyterlab-manager@^2.0.0 --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 @bokeh/jupyter_bokeh@^2.0.0 --no-build && \
jupyter labextension install jupyter-matplotlib@0.7.2 --no-build && \ jupyter labextension install jupyter-matplotlib@^0.7.2 --no-build && \
jupyter lab build && \ jupyter lab build && \
npm cache clean --force && \ npm cache clean --force && \
rm -rf $CONDA_DIR/share/jupyter/lab/staging && \ rm -rf $CONDA_DIR/share/jupyter/lab/staging && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment