【问题标题】:jupyter is not runing even after installationjupyter 即使在安装后也没有运行
【发布时间】:2021-10-11 18:06:25
【问题描述】:

jupyter 已安装,但仍显示此内容

> jupyter notebook
jupyter : The term 'jupyter' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
  • jupyter 笔记本
  •   + CategoryInfo          : ObjectNotFound: (jupyter:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

【问题讨论】:

  • jupyter 安装到了哪个目录?您是否将该目录添加到您的 PATH 环境中?
  • 根据错误,jupyter 没有完全安装到您的 PATH 中

标签: python jupyter-notebook data-science


【解决方案1】:

假设您使用的是 Windows,Jupyter 可以通过您的开始菜单打开,并将在 chrome 选项卡中打开。

【讨论】:

  • 正如目前所写,您的答案尚不清楚。请edit 添加其他详细信息,以帮助其他人了解这如何解决所提出的问题。你可以找到更多关于如何写好答案的信息in the help center
最近更新 更多