Skip to content

Commit

Permalink
nb
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Jul 22, 2024
1 parent 4b84fad commit d98cef9
Showing 1 changed file with 6 additions and 22 deletions.
28 changes: 6 additions & 22 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"id": "63403efe",
"metadata": {},
"source": [
"Compile _demon_"
"Compile _demon_ (skip this step unless you use MyBinder service for notebook exploration)"
]
},
{
Expand Down Expand Up @@ -133,28 +133,12 @@
"--cores 3"
]
},
{
"cell_type": "markdown",
"id": "b6b91cc3",
"metadata": {},
"source": [
"## Example post-processing"
]
},
{
"cell_type": "markdown",
"id": "90a8045e",
"metadata": {},
"source": [
"In order to quickly glance over simulations' results we shall utilize a [previously developed package](https://github.com/robjohnnoble/demonanalysis) (which is outside the scope if this repository)."
]
},
{
"cell_type": "markdown",
"id": "7317904e",
"metadata": {},
"source": [
"### Inspect the summary plots:"
"## Inspect summary plots:"
]
},
{
Expand All @@ -172,7 +156,7 @@
"metadata": {},
"outputs": [],
"source": [
"Image(filename=\"tests/binder/output/simulations/00000000/summary.png\") "
"Image(filename=\"tests/binder/output/analyses/00000000/muller.png\") "
]
},
{
Expand All @@ -190,7 +174,7 @@
"metadata": {},
"outputs": [],
"source": [
"Image(filename=\"tests/binder/output/simulations/00000001/summary.png\") "
"Image(filename=\"tests/binder/output/analyses/00000001/muller.png\") "
]
},
{
Expand All @@ -208,15 +192,15 @@
"metadata": {},
"outputs": [],
"source": [
"Image(filename=\"tests/binder/output/simulations/00000002/summary.png\") "
"Image(filename=\"tests/binder/output/analyses/00000002/muller.png\") "
]
},
{
"cell_type": "markdown",
"id": "dfdd7551",
"metadata": {},
"source": [
"**The simple example above highlights that the higher the deme carrying capacity is the sooner the tumor evolves within the population.**"
"**The simple example above highlights that the higher the deme carrying capacity is the easier the tumor evolves within the population.**"
]
},
{
Expand Down

0 comments on commit d98cef9

Please sign in to comment.