无法从anaconda启动ipython笔记本

Hel*_*lad 4 python ipython ipython-notebook anaconda

我已经将anaconda安装到我的主目录中并添加了PATH os变量的路径

并使用命令在anaconda中安装了ipython notebook

conda install ipython-notebook
Run Code Online (Sandbox Code Playgroud)

它工作正常

之后我打开终端并输入

ipython notebook
Run Code Online (Sandbox Code Playgroud)

据报道

Could not start notebook. Please install ipython-notebook
Run Code Online (Sandbox Code Playgroud)

我在安装上做错了吗?

的输出

conda list | grep ipython
Run Code Online (Sandbox Code Playgroud)

ipython                   2.3.1                    py27_0  
ipython-notebook          2.3.1                    py27_0  
ipython-qtconsole         2.2.0                    py27_0
Run Code Online (Sandbox Code Playgroud)

Phi*_*per 11

可能是几件事:

conda将ipython安装到活动的conda环境中.如果bash之前已经看过ipython的调用,那么可能会有该位置被散列.

运行hash -r以在安装在路径中放置新可执行文件的任何内容后清除shell散列查找.像:

  • IPython中
  • 果仁
  • binstar
  • ...