gpt4 book ai didi

python - 带有 Python 2 和 Python3 内核的 Jupyter notebook

转载 作者:太空狗 更新时间:2023-10-29 21:51:18 25 4
gpt4 key购买 nike

我想从 Jupiter notebook 运行 Python2 和 Python3 内核。我将 Anaconda 用于 Python 和 Jupyter 发行版。

Lokeshs-MacBook-Air-2:~ lokeshagrawal$ conda --version
conda 4.5.12

Lokeshs-MacBook-Air-2:~ lokeshagrawal$ which python
/anaconda3/bin/python

Lokeshs-MacBook-Air-2:~ lokeshagrawal$ which jupyter notebook
/anaconda3/bin/jupyter

[![Lokeshs-MacBook-Air-2:~ lokeshagrawal$ python --version
Python 3.7.2

如下图所示,我只能选择从 Jupyter 启动 Python3 内核。我怎样才能同时拥有 Python2 和 Python3?

enter image description here

最佳答案

  1. 确保你的 pip 版本大于 9.0
$ python2 -m pip --version
  1. 然后这样做
$ python2 -m pip install ipykernel OR python2 -m pip install ipykernel --user
$ python2 -m ipykernel install --user
  1. 启动或重新启动 Jupyter,您应该完成了。

此解决方案来自 ipython docs顺便说一下。

关于python - 带有 Python 2 和 Python3 内核的 Jupyter notebook,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55204482/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com