[Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Jonno
Hi All, I'm new to python and tools like matplotlib and Mayavi so I may be missing something basic. I've been looking for a fairly lightweight editor/interactive shell combo that allows me to create plots and figures from a shell and play with them and kill them gracefully. The Mayavi

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread josef . pktd
On Mon, Jun 8, 2009 at 12:29 PM, Jonno jonnojohn...@gmail.com wrote: Hi All, I'm new to python and tools like matplotlib and Mayavi so I may be missing something basic. I've been looking for a fairly lightweight editor/interactive shell combo that allows me to create plots and figures from a

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Jonno
On Mon, Jun 8, 2009 at 11:39 AM, josef.p...@gmail.com wrote: I'm using now pydee as my main shell to try out new scripts and I don't have any problems with the plots. I'm creating plots the standard way from matplotlib import pyplot as plt plt.plot(x,y) and I can close the poping up plot

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Jonno
On Mon, Jun 8, 2009 at 11:35 AM, Gökhan SEVERgokhanse...@gmail.com wrote: Hello, To me, IPython is the right way to follow. Try whos to see what's in your namespace. You may want see this instructional video (A Demonstration of the 'IPython' Interactive Shell) to learn more about IPython's

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Gökhan SEVER
On Mon, Jun 8, 2009 at 12:11 PM, Jonno jonnojohn...@gmail.com wrote: On Mon, Jun 8, 2009 at 11:35 AM, Gökhan SEVERgokhanse...@gmail.com wrote: Hello, To me, IPython is the right way to follow. Try whos to see what's in your namespace. You may want see this instructional video (A

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Travis Oliphant
On Jun 8, 2009, at 12:26 PM, Gökhan SEVER wrote: On Mon, Jun 8, 2009 at 12:11 PM, Jonno jonnojohn...@gmail.com wrote: On Mon, Jun 8, 2009 at 11:35 AM, Gökhan SEVERgokhanse...@gmail.com wrote: Hello, To me, IPython is the right way to follow. Try whos to see what's in your namespace.

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Christopher Barker
Gökhan SEVER wrote: So far, IPython-Scite is the fastest that I can build my programs. Experiment in Ipython and build pieces in Scite. I would like to know what others use in this respect? Peppy (http://peppy.flipturn.org/) + iPython It would be nice to have those two integrated, though

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Christopher Barker
Travis Oliphant wrote: You might take a look at EPDLab as well. Thanks to Gael Varoquaux, It integrates IPython into an Envisage application and has a crude name-space browser I was wondering when you guys would get around to making one of those. Nice start, the iPython shell is nice,

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Robert Kern
On Mon, Jun 8, 2009 at 15:34, Christopher Barkerchris.bar...@noaa.gov wrote: Travis Oliphant wrote: You might take a look at EPDLab as well.   Thanks to Gael Varoquaux, It integrates IPython into an Envisage application and has a crude name-space browser I was wondering when you guys would

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Robert Kern
On Mon, Jun 8, 2009 at 15:34, Robert Kernrobert.k...@gmail.com wrote: On Mon, Jun 8, 2009 at 15:34, Christopher Barkerchris.bar...@noaa.gov wrote: Travis Oliphant wrote: You might take a look at EPDLab as well.   Thanks to Gael Varoquaux, It integrates IPython into an Envisage application and

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread David Warde-Farley
On 8-Jun-09, at 12:58 PM, Jonno wrote: Thanks Josef, I shouldn't have included Matplotlib since Pydee does work well with its plots. I had forgotten that. It really is just the Mayavi plots (or scenes I guess) that don't play well. I don't know how exactly matplotlib integration issues are

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Gael Varoquaux
On Mon, Jun 08, 2009 at 05:19:11PM -0400, David Warde-Farley wrote: On 8-Jun-09, at 12:58 PM, Jonno wrote: Thanks Josef, I shouldn't have included Matplotlib since Pydee does work well with its plots. I had forgotten that. It really is just the Mayavi plots (or scenes I guess) that

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Gael Varoquaux
On Mon, Jun 08, 2009 at 12:54:25PM -0500, Travis Oliphant wrote: You might take a look at EPDLab as well. Thanks to Gael Varoquaux, It integrates IPython into an Envisage application and has a crude name-space browser And it integrates with editra to have an editor where you can

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Christopher Barker
Gael Varoquaux wrote: Click in the menu: 'new file in remote browser', or something like this. If you have editra installed, it will launch it, with a special plugin allowing you to execute selected code in EPDLab. very cool, thanks! -Chris -- Christopher Barker, Ph.D. Oceanographer

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Gael Varoquaux
On Mon, Jun 08, 2009 at 01:34:39PM -0700, Christopher Barker wrote: Travis Oliphant wrote: You might take a look at EPDLab as well. Thanks to Gael Varoquaux, It integrates IPython into an Envisage application and has a crude name-space browser I was wondering when you guys would get

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Gökhan SEVER
On Mon, Jun 8, 2009 at 4:47 PM, Christopher Barker chris.bar...@noaa.govwrote: Gael Varoquaux wrote: Click in the menu: 'new file in remote browser', or something like this. If you have editra installed, it will launch it, with a special plugin allowing you to execute selected code in

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Jochen Schroeder
On 09/06/09 00:16, Gael Varoquaux wrote: On Mon, Jun 08, 2009 at 05:14:27PM -0500, Gökhan SEVER wrote: IPython's edit command works in a similar fashion, too. edit test.py The cool thing is that you can select text in the editor and execute in EPDLab. On the other hand, I know

Re: [Numpy-discussion] Interactive Shell/Editor/Workspace(variables)View/Plots

2009-06-08 Thread Gael Varoquaux
On Tue, Jun 09, 2009 at 01:10:24PM +1200, Jochen Schroeder wrote: On 09/06/09 00:16, Gael Varoquaux wrote: On Mon, Jun 08, 2009 at 05:14:27PM -0500, Gökhan SEVER wrote: IPython's edit command works in a similar fashion, too. edit test.py The cool thing is that you can select