I am trying to visualize my network. While there is no error in installing and importing the pydotplus and networkx.drawing.nx_pydot import graphviz_layout, when I try to draw it, I am receiving the error below.
FileNotFoundError: [WinError 2] "neato" not found in path.
How can I fix this?