pin jupyter-matplotlib

This commit is contained in:
Mark Dean
2020-03-10 20:02:02 -04:00
parent 80bf115c80
commit 14b9d786c8

View File

@@ -52,7 +52,7 @@ RUN conda install --quiet --yes \
# 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 @bokeh/jupyter_bokeh@^2.0.0 --no-build && \
jupyter labextension install jupyter-matplotlib --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 && \