Hello,
I am trying to use pylab interactively from the Ipython shell with the
-pylab option on windows.
Normally, the Ipython shell has the nice "who" command that enables one to
see only the variables defined by him,
rather than the many non-relevant output produced by the python dir()
function.
for example:
I*n [1]: a=2
In [2]: who
a*
Now, with the pylab option, this command does not work. It gives the output:
*In [4]: who
Out[4]: <function who at 0x0141FAF0>
*
The same thing happens when I do not use the Ipython -pylab option but just
import pylab from Ipython:
*In [1]: a=2
In [2]: who
a
In [3]: from pylab import *
In [4]: who
Out[4]: <function who at 0x0141FAF0>*
Why is this happening?*
Is there a way to use the who command with pylab ?*
Thanks
Eli Brosh
-------------------------------------------------------------------------
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