You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing ipympl with conda overwrites the content of .../conda/envs/env_name/etc/jupyter/labconfig/page_config.json resulting in enabling of all labextensions for all users (which is a big problem on a JupyterHub).
Install command:
conda install -c conda-forge ipympl
.../conda/envs/env_name/etc/jupyter/labconfig/page_config.json before ipympl install:
Describe the issue
Installing ipympl with conda overwrites the content of
.../conda/envs/env_name/etc/jupyter/labconfig/page_config.json
resulting in enabling of all labextensions for all users (which is a big problem on a JupyterHub).Install command:
.../conda/envs/env_name/etc/jupyter/labconfig/page_config.json
before ipympl install:and after:
This is not caused by a dependency: installing all dependencies first shows that install of ipympl overwrites the file.
Using
pip install ipympl
everything works as expected (page_config.json
remains untouched).Versions
The text was updated successfully, but these errors were encountered: