[IPython-User] install .10 after installing .11
Lev Givon
lev@columbia....
Mon Aug 8 09:30:26 CDT 2011
Received from Thomas Kluyver on Sun, Aug 07, 2011 at 07:18:48AM EDT:
> On 7 August 2011 03:59, Lev Givon <lev@columbia.edu> wrote:
>
> > --> 114 glbs = glbs['__ipythonshell__'].IP.user_ns
> >
>
> This line, I think, needs to become something like this for 0.11:
>
> glbs = glbs['__ipythonshell__'].user_ns
>
> Thanks,
> Thomas
That does indeed fix the script run problem. Variables in the ipython
session still don't appear in the variable explorer, however.
L.G.
More information about the IPython-User
mailing list