I have a Jupyter notebook that has a lot of large variables, and at one point I want to get rid of all the ones I\'m done with. I\'m using %reset_selective variablename to c
Reading from here:
%reset_selective [-f] regex No action is taken if regex is not included Options -f : force reset without asking for confirmation.
%reset_selective [-f] regex
No action is taken if regex is not included
Options -f : force reset without asking for confirmation.
Seems you're able to pass -f flag to %reset_selective to have it force without asking.
-f
%reset_selective