-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add binder links and landing page (#1937)
* move .binder/ to binder/, as jupyter lab won't allow us accessing hidden directories by default * add landing page for easier access of different notebooks [](https://mybinder.org/v2/gh/AMICI-dev/AMICI/binder_landing?labpath=binder%2Foverview.ipynb) * binder link to readme / doc
- Loading branch information
Showing
8 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"id": "f7ebed12-4309-4c92-a54e-da80ccd2d5e7", | ||
"metadata": {}, | ||
"source": [ | ||
"# AMICI example notebooks\n", | ||
"\n", | ||
"* [Getting started](../documentation/GettingStarted.ipynb)\n", | ||
"\n", | ||
" Brief intro to AMICI for first-time users.\n", | ||
"\n", | ||
"* [Example \"steadystate\"](../python/examples/example_steadystate/ExampleSteadystate.ipynb)\n", | ||
"\n", | ||
" A more detailed introduction to the AMICI interface, demonstrating sensitivity analysis, various options, finite difference checks, ...\n", | ||
"\n", | ||
"* [PEtab import / simulation](../python/examples/example_petab/petab.ipynb)\n", | ||
"\n", | ||
" How to import and simulate PEtab problems.\n", | ||
"\n", | ||
"* [Experimental conditions](../python/examples/example_presimulation/ExampleExperimentalConditions.ipynb)\n", | ||
"\n", | ||
" How to represent different experimental conditions in AMICI and how to use preequilibration.\n", | ||
" \n", | ||
"* [Steadystate (sensitivities)](../python/examples/example_constant_species/ExampleEquilibrationLogic.ipynb)\n", | ||
"\n", | ||
" Describes and demonstrates the various algorithms for computing steady states and steady-state sensitivities." | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "", | ||
"name": "" | ||
}, | ||
"language_info": { | ||
"name": "" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters