Following this post - http://zverovich.net/2013/06/27/visualizing-geographical-ampl-data-using-ipython-and-google-charts.html
I tried something like this:
...
option solver '..\Gecode\include\gecode';
solve;
CreateProcess("..\Gecode\include\gecode.exe") failure!
Error code 2.
and running without:
"Cannot invoke minos: no such program."
After installing gecode on Windows, I don't see a particular file to point to. Does the IPython project need any other AMPL files besides ampl.exe, or is it just missing gecode?