diff --git a/doc/example/petab_import.ipynb b/doc/example/petab_import.ipynb index 5bb6a88d0..42386856c 100644 --- a/doc/example/petab_import.ipynb +++ b/doc/example/petab_import.ipynb @@ -128,6 +128,11 @@ "print(\"Model states: \", list(model.getStateIds()), \"\\n\")" ] }, + { + "metadata": {}, + "cell_type": "markdown", + "source": "The AMICI model can be used to directly simulate the model and customize outputs such as states, sensitivities, and observables. For more details, see the `amici notebook`. We want to integrate this simulation model into an objective function we can repeatedly call during optimization." + }, { "cell_type": "markdown", "metadata": {},