Ask a question to get started
Enter to sendā¢Shift+Enter new line
Provides better drawing
Usage in a jupyter notebook:
>>> from IPython.display import SVG >>> self.draw_graphviz_svg(layout="dot", filename="web.svg") >>> SVG('web.svg')
draw_graphviz( self, **kwargs: Any = {}, ) -> None