Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute all notebooks / clear notebook output #1246

Merged
merged 43 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
203d334
Clear output of all notebooks
Doresic Dec 12, 2023
171145b
Merge branch 'develop' into remove_example_notebook_output
dweindl Dec 15, 2023
4847c3b
rtd
dweindl Dec 15, 2023
f8f3858
..
dweindl Dec 15, 2023
905281e
..
dweindl Dec 15, 2023
787ed8d
..
dweindl Dec 15, 2023
151ad1a
..
dweindl Dec 15, 2023
ee68704
..
dweindl Dec 15, 2023
64f4216
..
dweindl Dec 15, 2023
98568f0
..
dweindl Dec 15, 2023
7e9aa6c
..
dweindl Dec 15, 2023
12b242b
jl
dweindl Dec 15, 2023
89e975f
exclude julia example for now
dweindl Dec 15, 2023
e748822
Merge branch 'develop' into remove_example_notebook_output
Doresic Dec 19, 2023
c92455c
Reduce notebook run time
Doresic Dec 21, 2023
e2cf7df
Continue reduce notebook run time
Doresic Jan 3, 2024
09f33db
Merge branch 'develop' into remove_example_notebook_output
Doresic Jan 5, 2024
8bdb1ad
quiet!
dweindl Jan 5, 2024
d1fd250
py310
dweindl Jan 5, 2024
49b3e54
3 profiles getting_started
Doresic Jan 5, 2024
4d4653b
Merge branch 'develop' into remove_example_notebook_output
dweindl Jan 5, 2024
af14b71
Merge branch 'develop' into remove_example_notebook_output
Doresic Jan 8, 2024
cb299af
Merge branch 'develop' into remove_example_notebook_output
dweindl Jan 9, 2024
8afd83d
Merge branch 'develop' into remove_example_notebook_output
dweindl Jan 9, 2024
37cdb30
Merge branch 'develop' into remove_example_notebook_output
dweindl Jan 9, 2024
4517d99
..
dweindl Jan 9, 2024
ef4fdf9
..
dweindl Jan 9, 2024
be92e6d
dep
dweindl Jan 9, 2024
604cb05
Merge branch 'develop' into remove_example_notebook_output
dweindl Jan 9, 2024
1c6a5fb
deps
dweindl Jan 9, 2024
c6d42ab
deps
dweindl Jan 10, 2024
c30602f
..
dweindl Jan 10, 2024
47c8a73
Exclude doc/example/workflow_comparison.ipynb for now
dweindl Jan 10, 2024
14d9964
py311
dweindl Jan 10, 2024
9886426
Merge branch 'develop' into remove_example_notebook_output
dweindl Jan 10, 2024
402d687
..
dweindl Jan 10, 2024
c36ca7a
Merge branch 'develop' into remove_example_notebook_output
dweindl Jan 10, 2024
7693712
..
Doresic Jan 10, 2024
f533b95
Exclude julia.ipynb for now
Doresic Jan 10, 2024
f50b758
Sampling notebooks changes
Doresic Jan 11, 2024
b3d8e6d
Some further changes
Doresic Jan 11, 2024
81463e1
Merge branch 'develop' into remove_example_notebook_output
Doresic Jan 12, 2024
038d1b7
Fix formatting
dweindl Jan 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ build:
- libhdf5-serial-dev
- swig
tools:
python: "3.10"
python: "3.11"
9 changes: 2 additions & 7 deletions doc/example/amici.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,14 @@
"source": [
"# AMICI in pyPESTO\n",
"\n",
"---\n",
"---\n",
"**After this notebook you can...**\n",
"\n",
"* ...create a pyPESTO problem directly from an AMICI model or through PEtab.\n",
"* ...perform parameter estimation of your amici model and adjust advanced settings for this.\n",
"* ...evaluate an optimization through basic visualizations.\n",
"* ...inspect parameter uncertainties through profile likelihoods and MCMC sampling.\n",
"\n",
"---\n",
"---\n",
"\n",
"\n",
"In order to run optimizations and/or uncertainty analysis, we turn to pyPESTO (**P**arameter **ES**timation **TO**olbox for python).\n",
"To run optimizations and/or uncertainty analysis, we turn to pyPESTO (**P**arameter **ES**timation **TO**olbox for python).\n",
"\n",
"pyPESTO is a Python tool for parameter estimation. It provides an interface to the model simulation tool [AMICI](https://github.com/AMICI-dev/AMICI) for the simulation of Ordinary Differential Equation (ODE) models specified in the SBML format. With it, we can optimize our model parameters given measurement data, we can do uncertainty analysis via profile likelihoods and/or through sampling methods. pyPESTO provides an interface to many optimizers, global and local, such as e.g. SciPy optimizers, Fides and Pyswarm. Additionally, it interfaces samplers such as pymc, emcee and some of its own samplers."
]
Expand Down
2 changes: 1 addition & 1 deletion doc/example/censored_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.11.2"
},
"vscode": {
"interpreter": {
Expand Down
Loading