ipython使用笔记

2020-04-27 07:25:28

安装

sudo apt install ipython

把输入的内容保存文件(test.py):

%hist -f test.py

清屏

ctrl + L