【发布时间】: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