1、安装
pip install jupyter
jupyter notebook
启动后在http://localhost:8888/tree
2、修改默认路径:
jupyter notebook –generate-config
修改jupyter_notebook_config.py中的c.NotebookApp.notebook_dir值
3、使用:
点击“new”-选择“python2”
在代码区输入代码,点击运行,即可
4、其他:
(1)代码补全,需要按Tab键:
(2)重命名文件:
点击“file”-“rename”
参考:
https://www.zhihu.com/question/46309360/answer/254638807
https://jupyter.org/install