PyEDA Binary Decision Diagram plotting in IPython

218 Views Asked by At

After installing Graphviz and gvmagic, I run the following command in order to display the BDD:

ff = a|b&c
%dotobj ff

However, I get the following error: FileNotFoundError [WinError 2] Le fichier spécifié est introuvable

Any clues please about the reasons behind this error?

0

There are 0 best solutions below