python3.5和Python3.6切换

# 查看有效内核
jupyter kernelspec list

# 找到以下路劲(我的电脑)
/usr/local/share/jupyter/kernels/python3
# 更改里面的kernel.json文档中Python的路径调用,改为所需要的Python版本

 

相关文章:

  • 2022-01-02
  • 2021-12-27
  • 2022-12-23
  • 2021-08-19
  • 2021-12-30
  • 2021-06-02
  • 2022-12-23
  • 2021-08-09
猜你喜欢
  • 2021-10-27
  • 2021-11-19
  • 2022-12-23
  • 2021-05-04
  • 2022-12-23
相关资源
相似解决方案