IPython
增强型 Python shell,提供语法高亮等功能。
http://ipython.readthedocs.io/en/stable/
安装
pip install ipython
ipython --version
用法
ipython --help
# 运行脚本,`--` 是传给脚本的参数
ipython hello.py -- "Ivan Yan"
# 进入交互模式
ipython
增强型 Python shell,提供语法高亮等功能。
http://ipython.readthedocs.io/en/stable/
pip install ipython
ipython --version
ipython --help
# 运行脚本,`--` 是传给脚本的参数
ipython hello.py -- "Ivan Yan"
# 进入交互模式
ipython