lunes, 5 de julio de 2010

Testing ipython zmq code

After installing deps and code from repositories you can run kernel and frontend this way:


Start an ipython kernel.
$python ipython/IPython/zmq/kernel.py
Starting the kernel...
On: tcp://127.0.0.1:5555 tcp://127.0.0.1:5556
Use Ctrl-\ (NOT Ctrl-C!) to terminate.

Start an ipython frontend.
$python ipython/IPython/zmq/frontend.py
In [1]:


Running ipython code, tab completion and some magics are working fine.
The next step is to make all magics support and write our own magics to these kernel and frontend.


No hay comentarios:

Publicar un comentario