Function run_python_code

Source
pub async fn run_python_code(
    script: &str,
    maybe_workdir: Option<&Path>,
) -> Result<String>
Expand description

Run a Python code in a container.

ยงErrors

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