【发布时间】:2018-05-15 10:44:23
【问题描述】:
即使尝试了 2 天,我也无法运行 jupyter notebook!请帮忙 我正在使用 Windows 8.1 Please click on this for the screen shot of the error while trying to run jupyter notebook on windows command promt
这是显示的错误:执行 Jupyter 命令时出错 'notebook': [Errno 'jupyter-notebook' not found] 2
【问题讨论】:
-
将粘贴错误信息复制到您的问题中,尤其是当您无法内联输入图像时。
-
@Luuklag 这是错误 :: 执行 Jupyter 命令时出错 'notebook': [Errno 'jupyter-notebook' not found] 2
-
错误信息中有什么不明白的地方?你试过
pip install notebook吗?它返回什么? -
@AndreySobolev 先生! pip install notebook 在我的不工作!我必须输入 python -m pip install jupyter 才能让它工作!它显示 jupyter 在那里!但是当我尝试运行 jupyter notebook 时它显示错误
-
那么你有一个损坏的 python 安装。使其正确的最简单方法是从头开始重新安装它。此外,您可能在计算机上的任何位置都安装了另一个 python
标签: python anaconda jupyter-notebook jupyter