We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70718b commit 80e3ba9Copy full SHA for 80e3ba9
docs/source/index.rst
@@ -69,6 +69,16 @@ Here's a Python script with an example GraphKit computation graph that produces
69
70
As you can see, any function can be used as an operation in GraphKit, even ones imported from system modules!
71
72
+As a debug aid, you may plot the workflow with this code::
73
+
74
+ graph.net.plot(show=True)
75
76
+> NOTE: `graphviz` must be in your PATH and `matplotlib` installed.
77
+> You may install both when installing *graphkit* with its `plot` extras::
78
+>
79
+> pip install graphkit[plot]
80
81
82
License
83
-------
84
0 commit comments