matplotlib / matplotlib/ipympl

ipympl conda install deletes env's default labextensions state (but works with pip)

Ouverte
#564 0 commentaires 0 réactions 0 personnes assignées Voir sur GitHub

Personne n'a encore pris cette issue.

Langage dominant
Jupyter Notebook
Étoiles
1.7k
Forks
234
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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 install -c conda-forge ipympl

.../conda/envs/env_name/etc/jupyter/labconfig/page_config.json before ipympl install:

{
  "disabledExtensions": {
    "@jupyter/nbgrader:formgrader": true,
    "@jupyter/nbgrader:course-list": true,
    "@jupyter/nbgrader:create-assignment": true,
    "kore-extension": true
  },
  "lockedExtensions": {
    "@jupyter/nbgrader:formgrader": true,
    "@jupyter/nbgrader:course-list": true,
    "@jupyter/nbgrader:create-assignment": true,
    "kore-extension": true
  }
}

and after:

{
  "lockedExtensions": {}
}

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

  • ipympl 0.9.4
  • jupyterlab 4.2.4
  • jupyterhub 5.1.0
# without output from jupyter nbextension list (not installed)

 3.12.5 | packaged by conda-forge | (main, Aug  8 2024, 18:36:51) [GCC 12.4.0]
ipympl version: 0.9.4
Selected Jupyter core packages...
IPython          : 8.26.0
ipykernel        : 6.29.5
ipywidgets       : 8.1.5
jupyter_client   : 8.6.2
jupyter_core     : 5.7.2
jupyter_server   : 2.14.2
jupyterlab       : 4.2.4
nbclient         : 0.10.0
nbconvert        : 7.16.4
nbformat         : 5.10.4
notebook         : 7.2.1
qtconsole        : not installed
traitlets        : 5.14.3
JupyterLab v4.2.4
/opt/conda/envs/jhub/share/jupyter/labextensions
        jupyterlab-execute-time v3.1.2 enabled OK (python, jupyterlab_execute_time)
        jupyterlab_pygments v0.3.0 enabled OK (python, jupyterlab_pygments)
        jupyter-matplotlib v0.11.4 enabled OK
        kore-extension v0.1.0 enabled OK (python, kore_extension)
        @jupyter-notebook/lab-extension v7.2.1 enabled OK
        @jupyter-widgets/jupyterlab-manager v5.0.13 enabled OK (python, jupyterlab_widgets)
        @jupyter/nbgrader v0.9.3 enabled OK

Guide de contribution

Ouvrir le guide de contribution

Par où commencer

  1. Lisez l'issue en entier, puis le guide de contribution du projet.
  2. Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
  3. Forkez le dépôt et travaillez sur une branche.
  4. Ouvrez une pull request qui référence le numéro de l'issue.

Piste de recherche

Reproduisez le problème avec conda install -c conda-forge ipympl et comparez .../conda/envs/env_name/etc/jupyter/labconfig/page_config.json avant et après l’installation. Utilisez le comportement signalé de pip comme comparaison ; le travail est terminé lorsque les paramètres existants disabledExtensions et lockedExtensions restent intacts après l’installation de conda.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
jupyter-notebook, python
Domaine
tooling
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
Plutôt claire
Accessibilité débutants
35/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.