Package-level declarations

Types

Link copied to clipboard
abstract class AbstractExtensionsProcessor<T : Any>(latterFirst: Boolean = false) : ExtensionsProcessor<T>
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
Link copied to clipboard