【发布时间】:2019-05-28 07:02:23
【问题描述】:
我已经在 conda 环境中安装了 tensorflow,并通过安装 nb_conda 及其工作将其连接到 jupyter。但在 Spyder 中它仍然显示“未找到 tensorflow 模块名称”(可能 Spyder 未连接到 conda 环境)。我有两个问题:
1. How to enable Spyder to connect with conda environment so that I can run tensorflow
2. How to change default environment from "root" in conda prompt to my own created environment.
【问题讨论】:
标签: tensorflow jupyter spyder conda