Mac 安装Jupyter Notebook
2018-06-04 本文已影响0人
一杉风雨
安装
pip install --upgrade pip
pip install jupyter
使用
在工作目录中运行:
python -m IPython notebook
可以在浏览器8888端口访问notebook
![](https://img.haomeiwen.com/i6285341/9556adaf4af295dc.png)
pip install --upgrade pip
pip install jupyter
在工作目录中运行:
python -m IPython notebook
可以在浏览器8888端口访问notebook