ipython / ipython/ipykernel

Should `ipython kernel install` shell out to Jupyter instead of the Python API?

Ouverte
#56 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Python
Étoiles
734
Forks
412
Merge moyen
1 j 5 h
PR mergées (30 j)
8

Description

Currently, when you install the IPython kernelspec, it uses the jupyter_client Python API to do it. This ensures that it's using the same Python as IPython, and is part of why we say it doesn't make sense to install kernels in sys.prefix.

If, instead, we shelled out to `jupyter kernelspec install`, then it would be using the 'active' jupyter to decide where to put things. With that, it actually does start to make sense to put kernelspecs in sys.prefix (for envs, at least).

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

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