mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 06:52:56 +00:00
pin jupyter-matplotlib
This commit is contained in:
@@ -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 && \
|
||||
|
Reference in New Issue
Block a user