clear

All,

In Matlab, if I want to clear my working space of variables, I type:

>> clear all

How do I do the same thing in Ipython?

D.

David Arnold wrote:

All,

In Matlab, if I want to clear my working space of variables, I type:

>> clear all

How do I do the same thing in Ipython?

I think the magic "%reset" is the closest.

Eric