Re: Function to resize global numpy array interactively in ipython

2007-10-29 Thread David Sanders
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

Re: Function to resize global numpy array interactively in ipython

2007-10-29 Thread Robert Kern
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 * >