无法安装jupyter

问题描述 投票:0回答:1

每次加载jupyter notebook都会收到错误:

(venv) C:\Users\Kris\PycharmProjects\HelloWorld>jupyter notebook
'jupyter' is not recognized as an internal or external command,
operable program or batch file.

我重新安装了Pycharm,Python和Conda,但问题仍然存在。

[运行pip install jupyter时,我确实进行了安装,但在[]时出错,但>

Collecting MarkupSafe>=0.23 (from jinja2>=2.4->nbconvert->jupyter)
  Downloading https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz
Collecting pywin32>=1.0; sys_platform == "win32" (from jupyter-core->nbconvert->jupyter)
  Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win32" (from jupyter-core->nbconvert->jupyter) (from versions: )
No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core->nbconvert->jupyter)

如何获得Jupyter的安装?

每次加载jupyter笔记本时,我都会收到错误消息:(venv)C:\ Users \ Kris \ PycharmProjects \ HelloWorld> jupyter笔记本'jupyter'不被识别为内部或外部命令,可操作...

python-3.x installation jupyter-notebook pycharm
1个回答
0
投票

您可以尝试:先按python -m pip install jupyter,然后按python -m jupyter notebook

© www.soinside.com 2019 - 2024. All rights reserved.