执行Jupyter命令'notebook'时出错:[Errno 2]没有这样的文件或目录

时间:2017-09-02 15:56:40

标签: macos python-3.x jupyter-notebook jupyter

我正在使用macbook pro os x El Capitan版本10.11.6,我刚开始学习python并且我在我的计算机上安装了python 3x然后我尝试安装jupyter。运行命令后:

pip3 install jupyter

每件事都运行正常,但是当我尝试运行命令时:

jupyter notebook

我收到以下错误:

-bash: jupyter: command not found

我也尝试过:python3 -m jupyter notebook

Error executing Jupyter command 'notebook': [Errno 2] No such file or directory

任何人都可以帮忙吗?

1 个答案:

答案 0 :(得分:1)

如果您导航到jupyter.exe文件并运行jupyter notebook,这行得通吗?

在Windows 10中,我也遇到同样的错误。对我有用的是将jupyter放入环境变量路径

例如:

C:\Anaconda\Scripts\.

对于Mac,bash注释为+1。可能考虑将jupyter路径添加到.bash文件