Clear everything except a few specific variables in IPython
I know teams %reset
and %reset_selective
in IPython
. However, suppose you have a lot of variables, and you want to clear all variables, except x
, y
, z
. Is there a concise way to do this? Tell me %reset_all_except x,y,z
?
+3
David W
source
to share
No one has answered this question yet
Check out similar questions:
1531
1329
1085
994
873
821
542
299
79
34