toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
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