polymerchm
Oct 18, 2014 - 05:19
I noticed tonight that if I run one script using numpy (as np), then run diffferent script where the variable has the same name (no numpy this time), the second script complains about the variable being in the numpy namespace . So.... how do I completely unload all modules and clear the namespaces without rebooting pythonista altogether?