mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 05:22:56 +00:00
changed -tipsy
to --all -y
across all files
The last commit was only for the base-notebook's Dockerfile. For this, all the files in the repo were grepped through and changed.
This commit is contained in:
@@ -44,7 +44,7 @@ RUN conda install --quiet --yes \
|
||||
'protobuf=3.7.*' \
|
||||
'xlrd' && \
|
||||
conda remove --quiet --yes --force qt pyqt && \
|
||||
conda clean -tipsy && \
|
||||
conda clean --all -y && \
|
||||
# Activate ipywidgets extension in the environment that runs the notebook server
|
||||
jupyter nbextension enable --py widgetsnbextension --sys-prefix && \
|
||||
# Also activate ipywidgets extension for JupyterLab
|
||||
|
Reference in New Issue
Block a user