在开启IPython 后输入下列命令就可以开启Ipython 的自动重载
%load_ext autoreload %autoreload 2
查看 autoreload 的状态
%autoreload?