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

MinRK benjaminrk at gmail.com
Tue Feb 3 23:58:09 EST 2015


I've looked through the code and I don't see any of the likely culprits. It
is definitely the identities that determine the destination of a message,
so that's where I would start to debug. I don't have a C# dev environment,
so I can't dig much deeper myself.

-MinRK

On Tue, Feb 3, 2015 at 8:55 AM, Doug Blank <doug.blank at gmail.com> wrote:

> 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
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150203/7d96ab8a/attachment.html>


More information about the IPython-dev mailing list