[IPython-user] remote access to embedded ipython
Qvx
qvx3000@gmail....
Sun Nov 15 10:14:58 CST 2009
I would like to embed IPython inside my web server application. Next,
I would like connect remotely to that embedded IPython instance, poke
around, issue commands and disconnect.
Something like this use case:
server$ runapp &
server running.
embeddded IPython listening.
client$ ipython
In [1]: connect server
Connected to remote ipython!
In [2]: who
server_internal_state state2
In [3]: <Ctrl-D>
It seems that parallel computing support (engines, to be more
specific) allow for this behavior. See
http://article.gmane.org/gmane.comp.python.ipython.user/2285/match=remote
and pycon talk mentioned there.
Any ideas?
More information about the IPython-user
mailing list