Python 笔记
Python 3:IPython 的安装与使用
#Python 笔记
IPython 是一个增强版的 Python 交互式命令行。
安装
$ pip3 install ipython
使用
$ python3 -m IPython
( 本文完 )