On Tue, Nov 7, 2017 at 3:48 AM, Edward K. Ream <[email protected]> wrote:
On Tue, Nov 7, 2017 at 3:20 AM, Edward K. Ream <[email protected]> wrote: > > ... >> Presumably there is a way to change client_class to: >> >> client_class = DottedObjectName('jupyter_client.KernelClient') >> >> but I don't know how to do this. >> > > I'm wondering whether some **kwargs args may be used to do this. This > would be done implicitly via the traitlets mechanism. > Still don't know. Just on a hunch, I tried changing the Vitalije's script to: with jupyter_client.run_kernel( client_class = 'jupyter_client.KernelClient', kernel_name='python' ) as kern: But no joy. kern is still a blocking client. Closer reading of the code shows that kwargs may affect the command being executed, but not the client produced. Edward -- 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.
