[IPython-dev] Notebook doesn't respond to external kernel's kernel_info_request properly
Doug Blank
doug.blank at gmail.com
Tue Feb 3 11:55:02 EST 2015
IPython devs,
Having a problem trying to get an external C# kernel to work with the
notebook. Everything appears to work fine, except for the
kernel_info_request. "kernel_info_request" seems to work fine with the
console, but not from the notebook.
Can you think of a reason that the kernel_info_reply wouldn't get back to
the right receiver in the notebook? Could it be the identities? Do they
play a role in this?
The code is here:
https://github.com/dsblank/simple_kernel/blob/master/SimpleKernel.cs
Any ideas appreciated... I've tried to follow why it wouldn't get routed
back to the handler, but haven't found the problem yet.
-Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150203/959b3e55/attachment.html>
More information about the IPython-dev
mailing list