sh 将ipython / jupyter内核添加到python环境中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 将ipython / jupyter内核添加到python环境中相关的知识,希望对你有一定的参考价值。

pyenv virtualenv [source_env] [new_env]
pyenv activate [new_env]
pip install ipykernel
python -m ipykernel install [--user] [--name <machine-readable-name>] [--display-name <"User Friendly Name">]
# The --name value is used by Jupyter internally. These commands will overwrite any existing kernel with the same name. --display-name is what you see in the notebook menus.

以上是关于sh 将ipython / jupyter内核添加到python环境中的主要内容,如果未能解决你的问题,请参考以下文章

sh 将内核添加到ipython

在 IPython/Jupyter Notebooks 中显示行号

在笔记本中组合jupyter / ipython内核

Jupyter ipython 内核在大文件加载时死机

如何重置Jupyter / IPython输入提示编号?

为啥我的 Jupyter notebook 运行的是 ipython 内核而不是 python3?分组问题