This commit is contained in:
Nuno Campos
2024-11-19 10:29:32 -08:00
parent 7d80176137
commit 253090f34d
+1 -1
View File
@@ -633,6 +633,6 @@ class CompiledGraph(Pregel):
"""Mime bundle used by Jupyter to display the graph"""
output = {
"text/plain": repr(self),
"image/png": self.get_graph().draw_mermaid_png()
"image/png": self.get_graph().draw_mermaid_png(),
}
return output