- python3安装(勾选上添加环境变量)
下载python3.6(这是目前的最新版):https://www.python.org
- 安装pip
easy_install pip
- 安装jupyter
//使用git bash 不然会报编码错误
python -m pip install jupyter
//启动
jupyter notebook
- 修改jupyter配置项
//生成配置文件
jupyter notebook --generate-config
下载python3.6(这是目前的最新版):https://www.python.org
easy_install pip
//使用git bash 不然会报编码错误
python -m pip install jupyter
//启动
jupyter notebook
//生成配置文件
jupyter notebook --generate-config
转载于:https://my.oschina.net/colin86/blog/1584458