A graph node corresponding to the entire cell. Evaluating this
node should produce ExportsValue
.
Graph nodes corresponding to variables and outputs exported by the code. Evaluating
these should produce one of KnownValue
types.
If the language supports loading files (resources), then the resources loaded in the code of a cell can be returned here.
Generated using TypeDoc
The result of the binding operation, which creates dependency graph nodes corresponding to a notebook cell. This type stores nodes attached to the whole cell, exported variables and also any newly loaded source files (resources).