首页 > 解决方案 > 使用 pip3 在 Windows 10 设备上安装 Jupyter 时出错 - 正在安装 Jupyter 1.0.0,但未运行

问题描述

我正在尝试使用命令提示符在我的 Windows 10 机器上安装 Jupyter。我已经安装了 Python(版本 3.7.1)。我指的是这个 youtube 视频来安装 Jupyter。

在执行命令时pip3 install jupyter,它会继续安装,但显示的最后一行是:

Successfully installed jupyter-1.0.0. 

在此之后,当我尝试运行jupyter notebook命令来启动 Jupyter 时,我收到以下错误:

'jupyter' is not recognized as an internal or external command,
operable program or batch file.

我已按照上述视频的所有步骤操作并在适当更改路径后运行命令,但这种情况正在发生。

为了解决这个问题,我升级了 pip 和 setuptools,并尝试再次安装 Jupyter,但我得到了同样的错误。我当前的 pip 版本是 19.0.1,setuptools 版本是 40.8.0。

有人能告诉我为什么会这样吗?为什么要安装 Jupyter 1.0.0?如何安装最新版本的 Jupyter?我如何让它运行?(我知道我也可以安装 Anaconda,但我更愿意以这种方式安装 Jupyter)。

标签: pythonpython-3.xinstallationjupyter

解决方案


Conda 提供管理多个环境,并且可以从 anaconda navigator 在任何环境中轻松启动 jupyter。

https://www.youtube.com/watch?v=Ro9l0eapoJU

浏览上面的视频,如果设置中有任何问题,请告知.. 会有所帮助


推荐阅读