Function run_python_script

Source
pub async fn run_python_script(
    workdir: &Path,
    script_name: &str,
) -> Result<String>
Expand description

Run a Python script in a container.

ยงErrors

Will return an error if there was a problem while running the script. TODO move to ContainerManager