During a long interactive session (using ipython) I sometimes need to use a module which I don't already have installed.
After installing the new module, that module becomes importable in new interactive sessions, but not in the session that was running before the installation. I wouldn't want to restart the session due to all of the variables in memory that I'm working with...
How can I get such a previously running session to import the new module?