Hi,

what is the procedure for running python example algorithms locally? I was able to run python in the cloud very easily but the source distribution readme still refers to IronPython. Do I change the language in the config.json to Python and then give the python module name as the algorithm name in config.json? I have used Python.net a lot from within python but I see that you are using nPython.exe, which frightens me since it hints that maybe you are calling python from inside your c# code instead of the other way around? 

Author