[IPython-dev] Assistance request in forming a correct kernel_info_reply

heathmatlock heathmatlock at gmail.com
Sun May 11 17:05:43 EDT 2014


https://github.com/heath/ijs/blob/master/kernel.coffee

If you uncomment line 48 in the source file linked, it will be easier to
see the response sent back by ipython. All the messages I'm receiving back
are of type kernel_info_request, even though I'm sending back what I think
is the appropriate response.

Relevant portion of documentation:
http://ipython.org/ipython-doc/dev/development/messaging.html#kernel-info

Also, when developing a kernel for a non-Python consumer, do others use a
development version of ipython and utilize pdb as well, or have you mostly
been utilizing your language's debugging facilities, i.e.: receive a zmq
response, inspect the response(in this case, I'm having to print the
response to the screen, eek), ctl-c,  look at the documentation, build a
response, repeat.

-- 
Heath Matlock
+1 256 274 4225
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140511/883f6d2e/attachment.html>


More information about the IPython-dev mailing list