0. 先看效果
1. 安装ipython
1 | pip install ipython |
2. 创建ipython配置文件
1 | ipython profile create apple |
2.1 *列出所有配置文件
1 | ipython profile list |
2.2 *查看配置文件位置
1 | ipython profile locate apple |
3. 创建预加载OE配置文件
1 | vim ~/.ipython/profile_apple/startup/00-load-oe.py |
内容如下:
1 |
|
4. 启动ipython
1 | ipython --profile=apple |
5. 执行效果
1 | Python 3.7.3 (default, Mar 27 2019, 16:54:48) |