我购买了Macbook Air M1,并尝试使用此代码安装jupyter笔记本。
pip3 install --upgrade pip
pip3 install jupyter
Run Code Online (Sandbox Code Playgroud)
我尝试使用此代码打开 jupyter 笔记本。
jupyter notebook
Run Code Online (Sandbox Code Playgroud)
但是,然后,这段代码出现了。
zsh: command not found: jupyter
Run Code Online (Sandbox Code Playgroud)