TensorFlow with Anaconda on macbook,禁用 "open with Jupyter/IPython Notebook" 选项

TensorFlow with Anaconda on macbook, "open with Jupyter/IPython Notebook" options disabled

我在我的 macbook pro 上安装了 TensorFlow 和 Anaconda,它似乎工作正常,我可以导入 tensorflow 并在命令行上执行命令,但是我想在 IPython 笔记本中使用 tensorflow。当我转到 Anaconda Navigator -> environments -> TensorFlow 时,您可以单击小箭头 "open terminal"、"open with python"(都可以正常工作)或 "open with IPython"、"open with Jupyter Notebook"。由于某种我无法弄清楚的原因,最后两个选项被禁用。我如何启用它们?

好的,因此需要在 tensorflow 环境中安装 Jupyter 才能激活 Anaconda Navigator 中的两个 ipython/Jupyter Notebook 选择(正如@darthbith 所建议的)。至于导入错误,我找到了一个解决方法,而不是解决方案,即在终端中激活 tensorflow 环境,然后从该终端启动 Jupyter notebook。然后我可以在我的 Jupyter notebook 中导入和使用 tensorflow。此外,所有导入现在都在查看 tensorflow 环境,而不是 "root" 环境。我很开心!!