Is there a way to plot a workflow graph outside of...
# ask-the-community
a
Is there a way to plot a workflow graph outside of flyte console, say in a python notebook? I have a workflow, say,
eval_workflow
that I can import and run in a notebook. I want to visualize the workflow without registering it directly inside the notebook, using graphviz or some plotting library. Is that possible?
s
a
🙌 Thanks, this is exactly what I wanted!