CellExecutor

Executes notebook cell code. Performs code preprocessing (magics parsing) and snippet class postprocessing (variable converters and annotation handlers)

Functions

Link copied to clipboard
abstract fun <T> execute(callback: ExecutionCallback<T>): T
abstract fun execute(    code: Code,     processVariables: Boolean = true,     processAnnotations: Boolean = true,     processMagics: Boolean = true,     invokeAfterCallbacks: Boolean = true,     isUserCode: Boolean = false,     currentCellId: CellId = CellId.NO_CELL,     stackFrame: ExecutionStackFrame? = null,     executorWorkflowListener: ExecutorWorkflowListener? = null): InternalEvalResult