When using the graph executor, the graph is serialized as JSON. Is there any way to visualize this graph?
For now, I put together a simple script to generate graphviz (dot) representations (example below), but if there’s a better/supported solution I’d love to learn about it.