I am running Python3.4 on Windows 7. I am trying to use the Python interface for graphviz. This is a script I intend to run:
from graphviz import Digraph
imp
I am not sure if this is an answer to THIS question, but this also seems to be the "how do I get graphviz to run on my setup?" thread. I also did not see python-graphviz mentioned anywhere.
As such: Ubuntu 16.04, conda Python 3.7, using Jupyter notebooks.
conda install -c anaconda graphviz
conda install -c conda-forge python-graphviz
The images would not render after trying only the first command; they did render after running the second.
I also installed pydot-plus, but did not see any change in behavior, performance, or image resolution.