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

Gökhan SEVER gokhansever at gmail.com
Mon Jun 8 18:14:27 EDT 2009


On Mon, Jun 8, 2009 at 4:47 PM, Christopher Barker <Chris.Barker at noaa.gov>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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090608/5adcb03b/attachment.html>


More information about the NumPy-Discussion mailing list