我正在使用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
任何人都可以帮忙吗?
答案 0 :(得分:1)
如果您导航到jupyter.exe
文件并运行jupyter notebook,这行得通吗?
在Windows 10中,我也遇到同样的错误。对我有用的是将jupyter
放入环境变量路径
例如:
C:\Anaconda\Scripts\.
对于Mac,bash注释为+1。可能考虑将jupyter
路径添加到.bash文件