【发布时间】:2021-12-05 10:24:58
【问题描述】:
我买了Macbook air M1,我尝试用这个代码安装jupyter notebook。
pip3 install --upgrade pip
pip3 install jupyter
我试图用这段代码打开 jupyter notebook。
jupyter notebook
但是,这个代码出现了。
zsh: command not found: jupyter
【问题讨论】:
-
试试
pip3 show jupyter -
再次运行
pip3 install jupyter,并将其输出添加到问题中。
标签: python macos jupyter-notebook jupyter