On Mon, Jun 8, 2009 at 4:47 PM, Christopher Barker <[email protected]>wrote:
> 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
>
>
IPython's edit command works in a similar fashion, too.
edit test.py
open an existing file or creates one, and right after you close the file IPy
executes the content.
These are from ipy_user_conf.py file:
# Configure your favourite editor?
# Good idea e.g. for %edit os.path.isfile
import ipy_editors
# Choose one of these:
ipy_editors.scite()
#ipy_editors.scite('c:/opt/scite/scite.exe')
#ipy_editors.komodo()
#ipy_editors.idle()
# ... or many others, try 'ipy_editors??' after import to see them
Gökhan
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion