我在尝试加载Jupyter时遇到问题。我觉得这可能是一个更新问题,但是我不确定如何解决。
当我输入pip install notebook
时,我有点受阻,然后在下载了多个文件后出现了这个错误。
Could not find a version that satisfies the requirement pywin32>=1.0; sys_platform == "win3
2" (from jupyter-core>=4.6.1->notebook) (from versions: )
No matching distribution found for pywin32>=1.0; sys_platform == "win32" (from jupyter-core>=
4.6.1->notebook)
当我尝试输入jupyter笔记本时,它会显示此消息。
'jupyter'无法识别为内部或外部命令, 可操作的程序或批处理文件。
答案 0 :(得分:0)
根据您共享的错误消息,我假设您正在Windows操作系统上执行此操作。
在Windows上安装jupyter后,它不会直接添加到您的PATH中,也无法直接从命令行执行。
我在这里看到两个选项:
我的建议是安装Anaconda。在Anaconda提示符下,您应该能够立即启动笔记本。
如果确实要,您可以选择更改系统设置,以便可以从命令行运行jupyter。 post
中的建议答案 1 :(得分:0)
要安装jupyter笔记本,您可以使用以下命令:
pip install jupyter
运行笔记本。只需输入
jupyter notebook
如果再次遇到此错误,则第二个选项是下载Anaconda。