Executing a cell should trigger other cells depending of the graph. - Cells before should be run if they have not already or have been modified - Cells after should be run if the socket allows for it depending on socket flowtype (#47) This should be sequentially at first, in a depth-first or breadth-first manner (this could be a user choice for both before and after cells).
Executing a cell should trigger other cells depending of the graph.
This should be sequentially at first, in a depth-first or breadth-first manner (this could be a user choice for both before and after cells).