Executing a python exe from Run program()
I have a python executable (so I or others don't need python installed on the pc) which can analyze some data...
I would like to call and run this from JMP, but I am not sure the best way as I would like to be able to feed variables to this python exe from JMP as well as get the return.
I have done this successfully using the integrated python commands, but never with a stand along python exe file. ...