I want to build a Unity application that I want to use to enter parameters which I want to pass to a jupyter notebook. The notebook should then be executed which results in a CSV file, which again needs to be saved locally or passed to the Unity environment.
Is there a way to do this?