I think I've done this using the Enthought Tool Suite TraitsGUI package, but my memory is a little fuzzy. http://www.enthought.com/products/open-tool-suite.php If I get a chance, I'll see if I can find what I did back then. In any event, Traits and TraitsGUI have a lot of features, so you might have to browse the docs a bit to find it. On Mon, Nov 3, 2008 at 10:45 AM, Timmie <timmichelsen@gmx-topmail.de> wrote:
Hello, is there any application that I can use view numpy arrays in a tabular / spreadsheet like manner?
Although I know that there may be large arrays which make it difficult for such a application to work properly, this can sometimes be desireable for validating calculation results. Especially when working interactively (i. e. using Ipython).
I imagine something like:
arr = np.arrange(0,10)
array.sheet(arr)
=> similar to pylab.show() an application like the spreadsheet on http://zetcode.com/wxpython/skeletons/ could then pop up visualising my array.
The only app I can currently imagine to do such tasks would be Resolver One: http://www.resolversystems.com/products/resolver-one/ but that application is based on IronPython.
Kind regards, Timmie
_______________________________________________ SciPy-user mailing list SciPy-user@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-user