首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法安装jupyter

无法安装jupyter
EN

Stack Overflow用户
提问于 2020-03-11 04:21:32
回答 1查看 813关注 0票数 0

每次加载jupyter notebook时,我都会收到以下错误:

代码语言:javascript
复制
(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时,我确实得到了一些安装,但它在以下位置出错

代码语言:javascript
复制
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?

EN

回答 1

Stack Overflow用户

发布于 2020-03-11 07:19:22

你可以试试这个:python -m pip install jupyter,然后是python -m jupyter notebook

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/60625355

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档