[IPython-dev] how to display messages received by console or notebook front end

Matthias Bussonnier bussonniermatthias at gmail.com
Thu Aug 27 03:45:47 EDT 2015


Ok, Great !

if you think the docs should insist more on that somewhere, tell us !
(or send PRs !)



On Thu, Aug 27, 2015 at 2:49 AM, Robert Dodier <robert.dodier at gmail.com> wrote:
> Hi Matthias, hi everybody,
>
> well, I got the input_request to work -- it turns out the crucial bit
> which I missed is that the stdin socket must be a DEALER (I had
> declared it as a ROUTER). Perhaps that datum will be helpful to
> someone else.
>
> With that change, TCP/IP traffic on the stdin socket does appear and
> the front end does receive the input_request. The notebook opens a
> text input prompt as expected and the kernel receives the input_reply.
> O happy day!
>
> best,
>
> Robert Dodier
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev



More information about the IPython-dev mailing list