How to clear variables in ipython? Ask Question

How to clear variables in ipython? Ask Question

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?

ベストアンサー1

%reset seems to clear defined variables.

おすすめ記事