The entrypoint key should contain a set of key-value pairs that describe how your
code should be accessed in your cloud infrastructure. Different entrypoints will have
slightly different acceptable key-value pairs; however, they all must have type
value.
If your entrypoint does not contain a type, then Alto will throw an error!
src: the directory containing the script to execute. This directory should be
specified relative to the configuration YAML. This is an optional field.
cmd: the notebook to execute, formatted as <notebook_name>.ipynb
kernel: the Jupyter runtime environment. The default is python3
params: the notebooks parameters formatted as a set of key-value pairs. Notebooks
can be parametrized with Papermill! Check out the documentation here.