I have the following problem: I am on xUbuntu OS and I am trying to use networkx in a Flask application, and I am having the following code:
..... import net
If you have Anaconda installed the simplest way to go about this is to run the following from CMD:
conda install pydot-ng
and:
conda install graphviz
This takes care of adding dot to the path.