-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Variable Explorer: Add a button to remove all variables at once #313
Comments
From pierre.raybaut on 2010-10-17T13:07:52Z Status: Accepted |
From pierre.raybaut on 2011-05-16T01:09:35Z Labels: Cat-VariableExplorer |
From pierre.raybaut on 2011-10-29T04:32:42Z Summary: Variable Explorer: add an option to remove all shown variables at once |
From pierre.raybaut on 2011-10-29T04:32:56Z Labels: Milestone-Release2.2 |
From pierre.raybaut on 2012-03-18T13:49:47Z Labels: -Milestone-Release2.2 Milestone-v2.2 |
From pierre.raybaut on 2012-03-18T13:55:12Z Labels: -Milestone-v2.2 MS-v2.2 |
From pierre.raybaut on 2012-03-18T14:12:49Z Labels: -Type-Enhancement Type-Enh |
From ccordoba12 on 2013-02-11T08:57:10Z Labels: -MS-v2.2 MS-v2.3 |
From pierre.raybaut on 2013-05-11T06:01:17Z Labels: -MS-v2.3 MS-v2.4 |
From ccordoba12 on 2014-09-21T11:36:11Z This can call the %reset magic in IPython. For the Python consoles, we could take delete user_ns directly (which is perhaps what %reset does to). Labels: Easy |
From contrebasse on 2014-09-23T03:23:48Z Why not simply restart the console ? |
@jnsebgosselin, would you like to work on this one? |
@ccordoba12 yes, I will do it. |
From tim.mich...@gmail.com on 2010-08-25T09:05:56Z
Please add a possibility to remove all variables from the namespace at once (without having the need to select them before).
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=313
The text was updated successfully, but these errors were encountered: