A student stumbled in this when running Notebook 07_interoperability_example.ipynb
The structure of the examples on AMIRIS side changed so we need to adapt the base_path from
f"input/amiris-examples/{scenario}/" to f"input/amiris-examples/demo/{scenario}"
Furthermore, there is a KeyError: 'Type' coming from
agents_sorted = sorted(
amiris_scenario["Agents"], key=lambda agent: keyorder.index(agent["Type"])
)