1. 程式人生 > >在Jupyter Notebook上使用Graphivs出現GraphViz's executables not found 的問題

在Jupyter Notebook上使用Graphivs出現GraphViz's executables not found 的問題

問題
在Jupyter Notebook上使用Graphivs來進行視覺化操作出現瞭如下bug:
GraphViz’s executables not found
解決辦法
1.先去 https://graphviz.gitlab.io/_pages/Download/Download_windows.html 下載graphviz-2.38.zip
2.將剛才下載壓縮包解壓到電腦的某一個位置
3.安裝剛才下載的軟體,並記得安裝路徑,我是安裝在D:\Anaconda\release\bin
4.將上述路徑新增到系統環境變數Path中
5.在Jupyter Notebook模式下安裝第三方庫 pydotplus,至於怎麼安裝,請參考的我的上一篇文章

https://blog.csdn.net/qq_34783311/article/details/84562256

接下來就可以愉快的使用這個視覺化 軟體了