Mathematica newbie here. I'm looking to execute a remote python script from Mathematica. Is this possible? I've tried using "Run" but I get numerical outputs that don't make sense (like 65280 for the input Run[ssh IP "local path"]. Is this syntax right or is that my issue?
Runreturns the exit code, with non zero indicating some error. TryRunProcess, and note you reall do need to provide the arguments as a list as should be pretty clear in the docs.