Search code examples
pythonspyder

"Spyder" Undo "Remove all Variables"


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


Solution

  • (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.