gpt4 book ai didi

python - 将 jupyter notebook 更新到 python 3.7

转载 作者:行者123 更新时间:2023-12-03 17:29:32 24 4
gpt4 key购买 nike

我安装了 python 3.73 版,但对于 jupyter notebook 我有 3.6.8 .如何在 jupyter notebook 上将 python 升级到 3.7+ 版本?

我试过:

 conda update jupyter

conda upgrade notebook

当我在 virtual env python -V 中输入终端时,我得到 3.73
但是当我在 jupyter 中检查它时:
 from platform import python_version
print(python_version())

我收到 3.6.8 .

最佳答案

试试下面的代码:

conda install ipython jupyter
我在 Anaconda Prompt 中运行了这个命令并且它起作用了。安装后不要忘记重新启动 jupyter notebook。

关于python - 将 jupyter notebook 更新到 python 3.7,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57010973/

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