Thanks. That doesn't seem to be allowed in the version of jupyter I have (it looks like I have protocol 5.0).
On Friday, June 9, 2017 at 12:08:07 AM UTC-6, Roland Weber wrote: > > Hello John, > > if you get a message ID instead of an actual reply, then you didn't > specify to wait for the reply: > > https://github.com/jupyter/jupyter_client/blob/master/jupyter_client/blocking/client.py#L44 > I'm not familiar with the API, but this might work: > > replymsg = c.execute('a=9', reply=True) > > > hope that helps, > Roland > -- You received this message because you are subscribed to the Google Groups "Project Jupyter" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/206e9578-e619-472d-ad8f-8a90f9aef1dd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
