根据版本和操作系统选择下载链接,比如安装windows下的3.7.4 版本选择如下:
https://www.python.org/ftp/python/3.7.4/python-3.7.4-amd64.exe
==安装Jupyter==
*安装Jupyter Notebook
pip install jupyter notebook
*使用
$jupyter notebook
或者使用:
* IPython
命令行输入:
$ ipython notebook
*界面
https://nbviewer.jupyter.org
==Python编程==
参见 [[Python编程]]