reload function jupyter notebook

28

%load_ext autoreload
%autoreload 2
import importlib
importlib.reload(my_module)

Comments

Submit
0 Comments