I'm Trying to work with PyEDA, i need to visualize Binary Decision Diagram, i'm reading this document but i can't understand it!
here it says: If you have GraphViz installed on your machine, and the dot executable is available on your shell’s path, you can use the gvmagic IPython extension to visualize BDDs.
first of all, how can i make the dot executable available on my shell's path?
then, in the document we have this part:
In [1]: %install_ext https://raw.github.com/cjdrake/ipython-magic/master/gvmagic.py
In [2]: %load_ext gvmagic
is this the DOT environment?
sorry if the questions are so simple and stupid! i'm not so professional in using Linux.