Skip to content

Commit 6151401

Browse files
dweindlplakrisenko
andauthored
doc: Update steady state notebook (#2891)
Update the outdated steady state computation notebook to match the current implementation. Various clean up and prettification. Switch from SBML to antimony model. Co-authored-by: Polina Lakrisenko <p.lakrisenko@gmail.com>
1 parent 38f874a commit 6151401

File tree

8 files changed

+7411
-965
lines changed

8 files changed

+7411
-965
lines changed

binder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN adduser --disabled-password \
2929
${NB_USER}
3030
USER ${NB_USER}
3131
RUN python3 -m pip install --upgrade build wheel setuptools pip && \
32-
python3 -m pip install --no-cache-dir notebook jupyterlab jupyterhub jax[cpu]
32+
python3 -m pip install --no-cache-dir notebook jupyterlab jupyterhub jax[cpu] antimony
3333
# END BINDER
3434

3535
# BEGIN BINDER

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,11 @@ def install_doxygen():
228228
)
229229

230230
nbsphinx_execute = "never" if os.environ.get("AMICI_NO_NB_EXEC") else "auto"
231+
nbsphinx_execute_arguments = [
232+
"--InlineBackend.figure_formats={'svg', 'pdf'}",
233+
"--InlineBackend.rc={'figure.dpi': 96}",
234+
]
235+
231236

232237
# Add any paths that contain templates here, relative to this directory.
233238
templates_path = ["_templates"]

doc/examples/example_steady_states/ExampleEquilibrationLogic.ipynb

Lines changed: 712 additions & 823 deletions
Large diffs are not rendered by default.

doc/examples/example_steady_states/figures/amici_logic_adjoint_sensitivities_at_stst.svg

Lines changed: 952 additions & 0 deletions
Loading
Lines changed: 374 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)