Autoreload imports in ipython REPL
The following loads the autoreload extension and the parameter 2 means reload all imports before each statement.
%load_ext autoreload
%autoreload 2
ipython REPLThe following loads the autoreload extension and the parameter 2 means reload all imports before each statement.
%load_ext autoreload
%autoreload 2