When evaluating a graph node, the eval operation gets an instance of EvaluationContext as an argument. It stores a list of available resources.
eval
EvaluationContext
A list of files that were loaded as global or local resources by any language plugin for any cell appearing before the current one.
Generated using TypeDoc
When evaluating a graph node, the
eval
operation gets an instance ofEvaluationContext
as an argument. It stores a list of available resources.