【问题标题】:Even after trying all commands found on stackoverflow , it is still showing the following error即使尝试了在 stackoverflow 上找到的所有命令,它仍然显示以下错误
【发布时间】: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


【解决方案1】:

在你的终端上执行这个命令:

pip freeze

这将为您列出所有已安装的 python 模块。 检查 jupyter 是否在列表中!

【讨论】:

  • 是的,先生!它显示 jupyter 在那里 :: ipython==6.2.1 ipython-genutils==0.2。 ipywidgets==7.0.5 jedi==0.11.0 Jinja2==2.10 jsonschema==2.6.0 jupyter==1.0.0 jupyter-client==5.1.0 jupyter-console==5.2.0 jupyter-core==4.4 .0 MarkupSafe==1.0 misune==0.8.1 nbconvert==5.3.1 nbformat==4.4.0 notebook==5.2.2 pandocfilters==1.4.2 parso==0.1.0 pickleshare==0.7.4 prompt- toolkit==1.0.15 Pygments==2.2.0 python-dateutil==2.6.1 pyzmq==16.0.3 qtconsole==4.3.1 simplegeneric==0.8.1 六==1.11.0 testpath==0.3.1龙卷风==4.5.2
猜你喜欢
  • 1970-01-01
  • 2021-09-09
  • 1970-01-01
  • 1970-01-01
  • 2020-07-24
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2023-03-22
相关资源
最近更新 更多