I want to pass a parameter from a C# code to Python using ProcessStartInfo. I am obliged to avoid IronPython (by creating a scope) because of its incompatibility with numpy. I found some answers which are unsuccessful. Here is what I wrote:I want to pass a parameter from a C# code to Py