> > Probably only nbc.get_msg and nbkc.wait_for_ready need to be changed. Any > help with this would be appreciated. >
As I said earlier in this thread, there is no need for changing them, just add block=False to the argument list when calling get_msg. Method wait_for_ready, IMHO can be used in blocking mode, because it is used just once when starting kernel. 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.
