I know how to reload a regular Python module within a regular Python interpreter session. This question documents how to do that pretty well:
How do I unload (reload
ipython console does a deep reload with each reload() expression; and of course adds a lot of other useful stuff.
reload()