kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
shared-compiler
/
org.jetbrains.kotlinx.jupyter.execution
Package-level
declarations
Types
Types
Color
Scheme
Change
Callbacks
Processor
Link copied to clipboard
interface
ColorSchemeChangeCallbacksProcessor
:
ExtensionsProcessor
<
ColorSchemeChangedCallback
>
Execution
Result
Link copied to clipboard
sealed
interface
ExecutionResult
<
out
T
>
Interruption
Callbacks
Processor
Link copied to clipboard
interface
InterruptionCallbacksProcessor
:
ExtensionsProcessor
<
InterruptionCallback
>
Jupyter
Executor
Link copied to clipboard
interface
JupyterExecutor
:
Closeable
Jupyter
Executor
Impl
Link copied to clipboard
class
JupyterExecutorImpl
(
loggerFactory
:
KernelLoggerFactory
)
:
JupyterExecutor