## 使用pip3安裝
```
sudo pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple jupyter
```
* 安裝之后可能提示找不到命令,需要注冊到環境變量
* 找到jupyter路徑:`/Library/Frameworks/Python.framework/Versions/3.7/bin`
* 將下面命令添加到`~/.bash_profile`中
`export export PATH=/Library/Frameworks/Python.framework/Versions/3.7/bin/:$PATH`
* 然后`source`使其生效
* `wangyijiadeMacBook-Air:~ bizzbee$ jupyter notebook`運行。