GraphViz's executables not found解决方案

    在jupyter notebook运行中报错:GraphViz's executables not found

解决方案:

  • 在Anaconda Prompt里边输入conda install graphviz 

  • 安装成功之后输入pip install graphviz

  • 在anaconda安装路径中找到C:\Anaconda3\Library\bin\graphviz,将此路径添加至系统环境变量中

  • 完成后重新启动jupyter notebook,运行后完美解决