What is the model with the moodle in general of getting question specific or course specific code installed and accessible from the CodeRunner custom templates? There are several examples (in the documentation) of the python code using python libraries to execute programs and manipulate their output, but there's no discussion about how to get those external programs installed into the execution path so they are accessible in the subprocess.
Does this mean I need to install my own Jobe instance? Or does this differ from one moodle installation to another? Or is it impossible for security reasons?