I have code which uses ExternalEvaluate. Specifically the format using "Command" and "Arguments" where the arguments automatically get converted to python input.
ExternalEvaluate[pythonSession1,<| "Command" -> "pythonCommand",
"Arguments" -> {arg}|> ]
I now need to run this code on a cluster where only version 11.1 is available. Is there any work around to add a custom externalEvaluate that mimics the behavior of ExternalEvaluate.
ExternalEvaluatedoes. – Kvothe Jun 28 '21 at 16:10ExternalEvaluate\Private`normalizeMessage` is the relevant one but I got lost there without finding out how the argument conversion works. – Kvothe Jun 28 '21 at 21:06