On Oct 29, 11:07 am, Robert Kern <[EMAIL PROTECTED]> wrote:
> David Sanders wrote:
> > Hi,
>
> > I have a script with function definitions which I load into ipython
> > for interactive use.
> > These functions modify a global numpy array, whose size I need to be
> > able to change interactively. I
David Sanders wrote:
> Hi,
>
> I have a script with function definitions which I load into ipython
> for interactive use.
> These functions modify a global numpy array, whose size I need to be
> able to change interactively. I thus have a script which looks like
> this:
>
> from numpy import *
>