Re: [Tutor] python workspace

2009-06-02 Thread Gökhan SEVER
In Ipython If you just type local() you get a pretty printed out without a need for an explicit pprint call. Secondly, Ipython works only for 2.4-5-6 as of now. Here what the documentation says: "We have not begun to test IPython on Python 2.6 or 3.0, but we expect it will work with some minor c

Re: [Tutor] python workspace

2009-06-02 Thread Gökhan SEVER
Hi, Have you tried Ipython? https://launchpad.net/ipython And also there is and on-going work called pydee ( http://code.google.com/p/pydee/) which they plan to integrate Ipython into a GUI very similar to the one in Matlab. Gökhan On Tue, Jun 2, 2009 at 10:54 AM, roberto wrote: > hello, >