enable `autoload` in `iPython` shell

reload modules when user executes code, so that I don’t need to exit ipython shell to reload edited code.

%load_ext autoreload
%autoreload 2