On Monday, November 6, 2017 at 8:10:01 AM UTC-6, Edward K. Ream wrote: The solution may be to ignore "packaging" (existing classes) and just focus > on these tasks: > > - Create and init a kernel. > - Send and receive an "execute" message. > > It's not clear that *any* jupyter code can be used, except imports... >
That last statement may be too pessimistic. It ignores several mixin classes, such as KernelClient, a subclass of ConnectionFileMixin and possibly BaseFrontendMixin and QtKernelManagerMixin. These probably can be instantiated without too much trouble. And if they can't be instantiated easily, they can be "distilled" into new classes... 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.
