Find `dot.bat` file in env. E.g. at `"C:\Users\Ryan S\.conda\envs\week3\Library\bin\dot.bat"` And edit it. The original file will contain ``` %~dp0.\graphviz\dot.exe %* ``` Add quotes as so: ``` "%~dp0.\graphviz\dot.exe" %* ``` and save - this should fix it