https://flyte.org logo
#ask-the-community
Title
# ask-the-community
a

Archit Rathore

08/29/2023, 2:33 PM
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

Samhita Alla

08/30/2023, 6:51 AM
a

Archit Rathore

08/30/2023, 1:24 PM
🙌 Thanks, this is exactly what I wanted!