安装 Jupyter Notebook 时遇到问题

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

我正在尝试安装 jupyter 笔记本, 我使用以下命令更新了我的 Python 版本: pip3安装--升级pip 然后我在我的CMD中这样写: python -m pip 安装 jupyter

enter image description here 我还写了这个: pip3安装jupyter

每次我尝试启动 jupyter 笔记本时,操作系统都找不到它

enter image description here

为什么会这样?

python jupyter-notebook pycharm
1个回答
0
投票

您可以使用此文档作为参考https://jupyter.org/install。 为了能够启动 jupyter Notebook,我认为您必须使用命令“pip install notebook”安装 Notebook,然后输入“jupyter Notebook”来启动 Notebook。我希望这有帮助。如果没有,请提供有关此事的更多详细信息。

PS:我假设您的家庭环境中也有 Python,以便任何软件包的安装都能正常工作。

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