ipython / ipython/ipykernel

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

未关闭
#56 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
734
派生
412
平均合并
1 天 5 小时
30 天内合并 PR
8

描述

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).

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。