Hi,
I am trying to use py2app to make a simple MacOS X application that
launches an ipython shell. At the moment, I have the following python
script:
---
from IPython.Shell import IPShellEmbed
args = ['-pi1','In <\\#>:','-pi2',' .\\D.:','-po','Out<\\#>:','-
nosep']
ipshell = IPShellE
Thomas Robitaille wrote:
Hi,
I am trying to use py2app to make a simple MacOS X application that
launches an ipython shell.
How do you expect to use this? It appears to need a terminal window --
Py2app is usually for GUI apps, so it will dump output to Console.app,
but not give you a termin
I am trying to use py2app to make a simple MacOS X application that
launches an ipython shell.
How do you expect to use this? It appears to need a terminal window
-- Py2app is usually for GUI apps, so it will dump output to
Console.app, but not give you a terminal.
That's true - what I wo
On 30-Apr-09, at 4:36 PM, Thomas Robitaille wrote:
I am trying to use py2app to make a simple MacOS X application
that launches an ipython shell.
How do you expect to use this? It appears to need a terminal window
-- Py2app is usually for GUI apps, so it will dump output to
Console.app, b
David Warde-Farley wrote:
You might also be interested in Nicolas Rougier's Glipy package, which
embeds IPython (and some other neat NumPy-related features) in an OpenGL
pseudo-terminal.
I know the iPython folks have been doing a lot to make it embeddable in
GUIs -- you could use the wxPython