Package com.illumon.ipykernel
Class IPyKernel
java.lang.Object
com.illumon.ipykernel.IPyKernel
This is the entry point for starting the IPyKernel.
To invoke, check
IPyKernelConfiguration.isConfigured()
, and if true, call
launchIPyKernel(IPyKernelConfiguration)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
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.
-