As User, I need an easy way to access nodes from a node-list or nodes-object by name or connection type
Übertragen. Erstellt von Bastian Dietrich.
Currently, the function Node.from_excel() returns a list of nodes. To access single or multiple nodes by name or connection type, the list must be iterated and the properties of each Node must be checked (node.name, node.url). We need a more easy way of selecting the relevant nodes, e.g. using a dict {'name': Node} or similar.
Edited by Fuerst_R