Let\'s face it, the whole business of reloading python code after changing it is a mess. I figured out awhile back that calling import at the in
import
Here is a recursive reload function that you could use (credit to @Matthew): https://stackoverflow.com/a/17194836/1020625