mac下启动jupyter notebook

首先打开终端

在这里插入图片描述

然后输入start jupyter notebook命令

python -m IPython notebook

### 如果是python3的环境就用下面的命令
python3 -m IPython notebook

在这里插入图片描述

最后浏览器就会自动打开 jupyter notebook

在这里插入图片描述