Mac 安装Jupyter Notebook
Mac 安装Jupyter Notebook
安装
pip install --upgrade pip pip install jupyter
使用
在工作目录中运行:
python -m IPython notebook
可以在浏览器8888端口访问notebook
![](https://upload-images.jianshu.io/upload_images/6285341-9556adaf4af295dc.png?imageMogr2/auto-orient/strip|imageView2/2/w/1200/format/webp)
安装
pip install --upgrade pip pip install jupyter
使用
在工作目录中运行:
python -m IPython notebook
可以在浏览器8888端口访问notebook