InternalMetadata

This interface represents the changes to the compiler environment that has happened as a result of evaluating one or more notebook cells.

Inheritors

Properties

Link copied to clipboard

A reference to a serialized version of a cell (as text) as well as the compiled snippet class.

Link copied to clipboard
abstract val newImports: List<String>

Any new default imports created as part of evaluating the cell. These will be used automatically for all following cells.