I am using the Variable explorer in Spyder and clicked the "Remove all Variables" button, How do I undo this and restore all variables.
Regards
(Spyder maintainer here) There's no undo for that operation. Remove all variables is equivalent to running del my_var
for all variables present in the IPython console.