[Ipython-tickets] [IPython] #88: Allow external processes to send commands to ipython
IPython
ipython-tickets@scipy....
Fri Dec 28 01:36:23 CST 2007
#88: Allow external processes to send commands to ipython
-------------------------+--------------------------------------------------
Reporter: fperez | Owner: bgranger
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: saw | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by vivainio):
I don't see why we couldn't add this to normal IPython as well. All we
need is to spawn a thread that listens to a socket and does _ip.runlines()
on the received packet.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/88#comment:2>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list