后端Python 2020-04-23 Source Edit History python基础知识 python的三个版本区别 web-based installer 是需要通过联网完成安装 executable installer 是可执行文件(*.exe)方式安装 embeddable zip file 嵌入式版本,可以集成到其它应用中 jupyter 安装 12345# 安装过程比较漫长,大概需要5min左右pip install jupyter# 运行jupyter notebook 配置 12345# 生成配置文件jupyter notebook --generate-config# 找到配置文件,更改默认目录c.NotebookApp.notebook_dir = 'H:\PyCoding' 参考资料