Picon

Re: Graphical interface for iPython


I would also like to see a graphical UI for iPython, and the lack of one is
part of the reason why I continue to use both Matlab and Python.  I imagine
that creating a UI comparable to the Matlab UI would entail a huge amount of
coding, but something much simpler that provides (1) a menu bar with the
familiar "File", "Edit", and "Help" pulldown menus, and (2) an optional
history window or sidebar, would be adequate for most of us.

Phillip M. Feldman

--

-- 
View this message in context: http://www.nabble.com/Graphical-interface-for-iPython-tp15797786p24276152.html
Sent from the IPython - User mailing list archive at Nabble.com.
Picon

Re: Graphical interface for iPython


Is there an expected availability date?

> We're working on it.  Right now :)
--

-- 
View this message in context: http://www.nabble.com/Graphical-interface-for-iPython-tp15797786p24299494.html
Sent from the IPython - User mailing list archive at Nabble.com.
Gökhan SEVER | 2 Jul 04:13
Picon
Gravatar

Re: Graphical interface for iPython

pydee developer has plans for ipython integration.

Check at:

http://code.google.com/p/pydee/wiki/Roadmap

Gökhan

On Wed, Jul 1, 2009 at 8:09 PM, Dr. Phillip M.
Feldman<pfeldman <at> verizon.net> wrote:
>
> Is there an expected availability date?
>
>> We're working on it.  Right now :)
> --
> View this message in context: http://www.nabble.com/Graphical-interface-for-iPython-tp15797786p24299494.html
> Sent from the IPython - User mailing list archive at Nabble.com.
>
> _______________________________________________
> IPython-user mailing list
> IPython-user <at> scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
>
_______________________________________________
IPython-user mailing list
IPython-user <at> scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-user
Minjae Kim | 2 Jul 05:43
Picon
Favicon

Re: Graphical interface for iPython

Hello,

I myself had the same desire to hae a graphical UI for IPython.

Editra editor with IPython shell plugin seems to meet your requirements stated in the original email.
http://editra.org/

I myself have worked on an extended IPython shell plugin, and it has additional features,
such as graphically settable break points, quick launch in IPython, debug, etc. 
The base work for the plugin was done a while ago,
and I am just waiting for free time to clean up the code.

Feel free to send me an email if you are interested.

Best Regards,
Minjae Kim

On Wed, Jul 1, 2009 at 7:54 PM, Dr. Phillip M. Feldman <pfeldman <at> verizon.net> wrote:

I would also like to see a graphical UI for iPython, and the lack of one is
part of the reason why I continue to use both Matlab and Python.  I imagine
that creating a UI comparable to the Matlab UI would entail a huge amount of
coding, but something much simpler that provides (1) a menu bar with the
familiar "File", "Edit", and "Help" pulldown menus, and (2) an optional
history window or sidebar, would be adequate for most of us.

Phillip M. Feldman

--
View this message in context: http://www.nabble.com/Graphical-interface-for-iPython-tp15797786p24276152.html
Sent from the IPython - User mailing list archive at Nabble.com.

_______________________________________________
IPython-user mailing list
IPython-user <at> scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-user

_______________________________________________
IPython-user mailing list
IPython-user <at> scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-user
Picon

copying text from iPython window


I'd like to have some cleaner mechanism for copying text from the iPython
window.  Ideally, I'd like to be able to just drag the mouse over some text
and then either right-click and select "copy" of hit Ctrl-C on the keyboard.
--

-- 
View this message in context: http://www.nabble.com/copying-text-from-iPython-window-tp24434261p24434261.html
Sent from the IPython - User mailing list archive at Nabble.com.
Gökhan SEVER | 10 Jul 23:04
Picon
Gravatar

Re: copying text from iPython window



On Fri, Jul 10, 2009 at 3:56 PM, Dr. Phillip M. Feldman <pfeldman <at> verizon.net> wrote:

I'd like to have some cleaner mechanism for copying text from the iPython
window.  Ideally, I'd like to be able to just drag the mouse over some text
and then either right-click and select "copy" of hit Ctrl-C on the keyboard.
--
View this message in context: http://www.nabble.com/copying-text-from-iPython-window-tp24434261p24434261.html
Sent from the IPython - User mailing list archive at Nabble.com.

_______________________________________________
IPython-user mailing list
IPython-user <at> scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-user


I don't know how it works in other machines but here in Fedora 10, when I highlight a text either in an IPython session or anywhere in a bash shell window, I just highlight a text and then use middle mouse button to paste the contents of clipboard.

Likewise, highlight the text right click and select copy, then on a new line just use the mid mouse button or right click paste or shift-insert.

--
Gökhan
_______________________________________________
IPython-user mailing list
IPython-user <at> scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-user
Robin | 10 Jul 23:32
Picon

Re: copying text from iPython window

On Fri, Jul 10, 2009 at 9:56 PM, Dr. Phillip M.
Feldman<pfeldman <at> verizon.net> wrote:
>
> I'd like to have some cleaner mechanism for copying text from the iPython
> window.  Ideally, I'd like to be able to just drag the mouse over some text
> and then either right-click and select "copy" of hit Ctrl-C on the keyboard.

This really depends on the terminal program you are using and probably
depends a lot on what OS you are running. On a Mac, using iterm,
select automatically copies and right click pastes... On linux it is
standard for select to copy and middle click to paste... On windows if
you right click the title bar of the ipython window, select
properties, and tick "Quick Edit Mode" in Options then I think you get
something similar (enter copies selection, ctrl-v should paste).

HTH,

Robin
Picon

Re: copying text from iPython window


I am using Windows, but didn't know about the Quick Edit mode.  This is
exactly what I was looking for.

Thanks!

Robin-62 wrote:
> 
> On Fri, Jul 10, 2009 at 9:56 PM, Dr. Phillip M.
> Feldman<pfeldman <at> verizon.net> wrote:
>>
>> I'd like to have some cleaner mechanism for copying text from the iPython
>> window.  Ideally, I'd like to be able to just drag the mouse over some
>> text
>> and then either right-click and select "copy" of hit Ctrl-C on the
>> keyboard.
> 
> This really depends on the terminal program you are using and probably
> depends a lot on what OS you are running. On a Mac, using iterm,
> select automatically copies and right click pastes... On linux it is
> standard for select to copy and middle click to paste... On windows if
> you right click the title bar of the ipython window, select
> properties, and tick "Quick Edit Mode" in Options then I think you get
> something similar (enter copies selection, ctrl-v should paste).
> 
> HTH,
> 
> Robin
> _______________________________________________
> IPython-user mailing list
> IPython-user <at> scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
> 
> 

--

-- 
View this message in context: http://www.nabble.com/copying-text-from-iPython-window-tp24434261p24436610.html
Sent from the IPython - User mailing list archive at Nabble.com.

_______________________________________________
IPython-user mailing list
IPython-user <at> scipy.org
http://mail.scipy.org/mailman/listinfo/ipython-user
Picon

how to tell module to which a given function belongs?


Does IPython have a function like "which" that identifies the module to which
a given function belongs?  If not, it would be great to have something like
this.
--

-- 
View this message in context: http://www.nabble.com/how-to-tell-module-to-which-a-given-function-belongs--tp24484737p24484737.html
Sent from the IPython - User mailing list archive at Nabble.com.
Gael Varoquaux | 14 Jul 20:08
Favicon
Gravatar

Re: how to tell module to which a given function belongs?

On Tue, Jul 14, 2009 at 11:03:24AM -0700, Dr. Phillip M. Feldman wrote:

> Does IPython have a function like "which" that identifies the module to which
> a given function belongs?  If not, it would be great to have something like
> this.

If your function is called foo, you can do

In[1] : foo?

(press return) and the file in which the function is defined appears in
the answer.

Gaël

Gmane