Script Node¶
-
class
orion_notebook.graph.nodes.script_node.
ScriptNode
(id: str, data: orion_notebook.graph.nodes.node_data.ScriptNodeData, classification: str)¶ Bases:
orion_notebook.graph.nodes.node.Node
Class that represents a node of script type in a Graph instance
-
get_extra_details
()¶ Retrieves and sets the details for the ScriptNode instance, performing requests to the TH library
-