1.ipython的使用

# 安装
pip3 install ipython

# 编辑
vim /etc/profile

# 设置别名 -m IPython 起一个IPython服务
alias ipython='python3 -m IPython'

# 刷新当前终端环境变量
source /etc/profile