I have no time to investigate deeper, but I would follow jupyter_client.run_kernel and look for place to change blocking client into unblocking one.
Briefly, I looked at the code and I have just realized that my example could be even simpler. Blocking client expects reply=True keyword argument, when sending requests for computation and if it is found, than it waits for the reply and returns it. Look in jupyter_client.blocking.client module. There you can see what is changed in blocking class. Now, I have to run. HTH Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
