Package com.illumon.ipykernel
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 Summary
Constructors Constructor Description IPyKernel()
-
Method Summary
Modifier and Type Method Description static void
launchIPyKernel(IPyKernelConfiguration config)
This launches the IPyKernel, and hands off control of the thread to the IPyKernel event loop.
-
Constructor Details
-
IPyKernel
public IPyKernel()
-
-
Method Details
-
launchIPyKernel
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.
-