I am trying to display the tree output , but when I run the script below, I receive an error like :
InvocationException: GraphViz\'s executables not found
i had same problem. Here is the solution for ((Win10, Anaconda3, Jupyter notebook, python 3.x)
Download and Install https://graphviz.gitlab.io/_pages/Download/Download_windows.html
conda install graphviz
Add graphviz installed path (C:...\graphviz\bin) to Control Panel > System and Security > System > Advanced System Settings > Environment Variables > Path > Edit > New
This question is answered for different OS here: Graphviz's executables are not found (Python 3.4)