While developing a largeish project (split in several files and folders) in Python with IPython, I run into the trouble of cached imported modules.
The problem is th
import importlib importlib.reload() from import
Refer below documentation for details.