Question
Asked By – grasshopper
Sometimes I rerun a script within the same ipython session and I get bad surprises when variables haven’t been cleared. How do I clear all variables?
And is it possible to force this somehow every time I invoke the magic command %run?
Thanks
Now we will see solution for issue: How to clear variables in ipython?
Answer
%reset
seems to clear defined variables.
This question is answered By – aisbaa
This answer is collected from stackoverflow and reviewed by FixPython community admins, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0