[IPython-dev] symbols loaded during startup not displayed by %who/%whos

Thomas Kluyver takowl at gmail.com
Fri Feb 13 12:25:51 EST 2015


On 13 February 2015 at 08:43, Lev Givon <lev at columbia.edu> wrote:

> the
> imported modules are not displayed when I run the %who or
> %whos magics. Is this behavior expected?
>

Yes, I think so. The idea is that you can pre-fill the namespace with a lot
of things automatically (as e.g. pylab mode does), and it will only show
you things that you have actually defined yourself in the shell. There are
also some IPython features exposed in the namespace (like Out) which are
hidden from %who.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150213/204ca958/attachment.html>


More information about the IPython-dev mailing list