Class IPyKernel

java.lang.Object
com.illumon.ipykernel.IPyKernel

public class IPyKernel extends Object
This is the entry point for starting the IPyKernel. To invoke, check IPyKernelConfiguration.isConfigured(), and if true, call launchIPyKernel(IPyKernelConfiguration)
  • Constructor Details

    • IPyKernel

      public IPyKernel()
  • Method Details

    • launchIPyKernel

      public static void launchIPyKernel(IPyKernelConfiguration config)
      This launches the IPyKernel, and hands off control of the thread to the IPyKernel event loop. This function will only return when the kernel is shutdown, or in error (todo, verify). This function *must* only be called from the main java thread.