If anyone else uses their Windows setup on the ML course, I suspect graphviz will fail for you. Make sure to install it with
>conda install python-graphviz
Pip and conda without the python bit, causes a problem (Jupyter doesn’t find it on the path, but don’t just add it to the path, because other stuff then crashes). If it can be confirmed by others that this IS needed, maybe @jeremy would include it above?