Package-level declarations
Types
Link copied to clipboard
abstract class AbstractExtensionsProcessor<T : Any>(latterFirst: Boolean = false) : ExtensionsProcessor<T>
Link copied to clipboard
class AfterCellExecutionsProcessor(loggerFactory: KernelLoggerFactory) : AbstractExtensionsProcessor<AfterCellExecutionCallback>
Link copied to clipboard
Link copied to clipboard
This interface is responsible for executing the code found inside a single notebook cell. It also performs code preprocessing (magics parsing) and snippet class postprocessing (variable converters and annotation handlers).
Link copied to clipboard
interface EvaluatorWorkflowListener
Link copied to clipboard
interface ExecutionStackFrame
Link copied to clipboard
Link copied to clipboard
class ShutdownExecutionsProcessor(loggerFactory: KernelLoggerFactory) : AbstractExtensionsProcessor<ExecutionCallback<*>>