miércoles, 14 de julio de 2010

IPython GSoC Mid-Term Status

Hi all!
this is the current status of ipython-zmq

1) ipython was divided in a two process model
2) the two process model is using zeromq (pyzmq) for comunnication between frontend and kernel
3) the messages were standarized and trasported under pyzmq using json
4) the frontend support indentation and colors in outputs (Syntax highlighting)
5) raw_input is captured
6) tab-completion and magic commands supported
7) ipython output "Out [1] :", subprocess outputs and stdout /stderr outputs also supported

TODO:

1) prompt indexation
2) highlighting in tracebacks
3) kernel and frontend magics (project specific magic commands)

No hay comentarios:

Publicar un comentario