handson-ml2
handson-ml2 copied to clipboard
Chapter 6 Import Graphviz
To run Chapter 6 notebook i needed to install Graphviz:
%pip install graphviz
Referred to in issue #24
Good tip! I was stuck when trying to run the Chapter 6 notebook, because I did not know that Graphviz could be installed in IPython.