Skip to content

Commit

Permalink
Adapt examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanradev93 committed Oct 23, 2024
1 parent d9be766 commit b92afc9
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 807 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ conda env create --file environment.yaml --name bayesflow

Check out some of our walk-through notebooks below. We are actively working on porting all notebooks to the new interface so more will be available soon!

1. [Two moons toy example](examples/TwoMoons_FlowMatching.ipynb)
2. [Bayesian experimental design (BED)](examples/michaelis_menten_BED_tutorial.ipynb)
1. [Two moons starter toy example](examples/TwoMoons_StarterNotebook.ipynb)
2. [Bayesian experimental design (BED)](examples/Bayesian_Experimental_Design.ipynb)
3. Coming soon...

## Documentation \& Help
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "bf-torch",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -766,7 +766,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit b92afc9

Please sign in to comment.