IPython

参考文献

  1. https://stackoverflow.com/questions/50164505/how-to-use-deepreload-for-autoreload-in-ipython

常に外部モジュールをリロードする (再帰的に)

%load_ext autoreload
%autoreload 2
import builtins
from IPython.lib import deepreload
builtins.reload = deepreload.reload