[IPython-dev] Notebook doesn't respond to external kernel's kernel_info_request properly

Doug Blank doug.blank at gmail.com
Thu Feb 5 06:59:55 EST 2015


Thank you so much for the time and energy to look at this! Solved! Yes, it
was the encoding of the identities. I was able to use an 8-bit character
encoding (System.Text.Encoding.GetEncoding("windows-1252")) on read, and
those bytes to reply. I'll update the simple_kernel C# example [1].

-Doug

[1] - https://github.com/dsblank/simple_kernel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150205/e21137ad/attachment.html>


More information about the IPython-dev mailing list