EvaluatedSnippetMetadata
This class contains the changes to the compiler environment that has happened as a result of evaluating a single notebook cell.
This commonly happens due to adding libraries through the %use
magics command.
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
Link copied to clipboard
Link copied to clipboard
Any new default imports created as part of evaluating the cell. These will be used automatically for all following cells.
Link copied to clipboard