在开启IPython 后输入下列命令就可以开启Ipython 的自动重载
%load_ext autoreload %autoreload 2
查看 autoreload 的状态
%autoreload?
IPython 自动重载魔术
原文:https://www.cnblogs.com/leisurelylicht/p/IPython-zi-dong-zhong-zai-mo-shu.html