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
Apart from the methods mentioned earlier. You can also use the command del to remove multiple variables
del variable1,variable2