![为什么 jupyter notebook 无法启动?](https://linux22.com/image/1661779/%E4%B8%BA%E4%BB%80%E4%B9%88%20jupyter%20notebook%20%E6%97%A0%E6%B3%95%E5%90%AF%E5%8A%A8%EF%BC%9F.png)
我通过 macOS 控制台安装了 jupiter notebook:
pip3 install notebook
但是当尝试启动(jupyter notebook/Jupyter notebook)时,控制台写道未找到该命令:
zsh: command not found: jupyter
如何修复?我应该检查哪些设置? macOS Monterey python 3.9 .bash_profile 包含:PATH="/Library/Frameworks/Python.framework/Versions/3.9/bin:${PATH}" 导出 PATH