On Fri, Jul 11, 2008 at 12:19 PM, Eli Brosh <[EMAIL PROTECTED]> wrote: > Thanks Fernando, > I now tried %who. > The result was a huge output, apparently containing all the pylab functions. > This is exactly the thing I was trying to avoid. > I wanted to use the who command to see only the variables I defined as part > of the pylab session. > > Is there a way to do just this ?
Yes, update ipython :) The problem you mention is fixed in the current version already: maqroll[books]> ipython -pylab Python 2.5.2 (r252:60911, May 7 2008, 15:19:09) Type "copyright", "credits" or "license" for more information. IPython 0.9.0.bzr.r1016 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object'. ?object also works, ?? prints more. Welcome to pylab, a matplotlib-based Python environment. For more information, type 'help(pylab)'. In [1]: %who Interactive namespace is empty. In [2]: a = 1 In [3]: %who a In [4]: regards f ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users