【发布时间】:2020-03-25 19:03:22
【问题描述】:
我试图在 Jupyter 笔记本中使用 Torch,但无法No module named 'torch' 我找到了这个
This is most certainly because your notebook is not using the same python as anaconda,并在 Jupyter 中检查了我的 python_version 并得到:3.7.6 但我不确定如何检查 anaconda 正在使用的 python 版本。
我该如何检查?然后我如何确保他们都使用相同的版本?
【问题讨论】:
-
如何启动笔记本?
标签: python jupyter-notebook anaconda conda