【发布时间】:2020-06-22 19:21:58
【问题描述】:
每次我加载 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?
【问题讨论】:
-
您找到解决方案了吗?我也有同样的问题。
-
我重新安装了 anaconda。我最初所做的推荐安装没有设置路径。所以其他安装方法会自动设置路径,但你必须拥有管理员权限。
标签: python-3.x installation jupyter-notebook pycharm