[IPython-user] remote access to embedded ipython
Qvx
qvx3000@gmail....
Thu Nov 19 14:53:52 CST 2009
On Sun, Nov 15, 2009 at 5:14 PM, Qvx <qvx3000@gmail.com> wrote:
> 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?
>
Anybody?
More information about the IPython-user
mailing list