搭建ipython notebook

1、安装Python

2、安装插件

python -m pip install ipython
python -m pip install notebook

3、启动项目

cd PATH_TO_NOTEBOOK
jupyter notebook

用浏览器访问后进行编辑即可
http://localhost:8888

Leave a Reply

Your email address will not be published. Required fields are marked *

*