2009/9/21 Gökhan Sever <gokhanse...@gmail.com>:
>
> It's a very late reply but I am wondering how to make these appear in the Ipy 
> dev loaded into the session but not visible to a whos listing?
>

I don't think that's supported quite right now.  IPython does one
special thing to support a clean %whos listing: right before opening
up the user mainloop, it checks all keys in the user namespace, and
later on when %whos is run, those variables that were initially
present are not displayed.  So for now if you do this interactively,
you will unfortunately pollute %whos.

This is one thing we'll need to make sure works nicely again when the
dust settles.

Cheers,

f

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to