Skip to content

Commit

Permalink
Update dask notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Aug 30, 2023
1 parent 1be2df1 commit c97ec1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/80_image_analysis_with_dask/1_dask_basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Lazy and parallel computing using dask\n",
"## Practical 1: Dask basics"
"# Practical 1: Dask basics"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions docs/80_image_analysis_with_dask/2_dask_image.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Lazy and parallel computing using dask\n",
"## Practical 2: Dask with images\n",
"# Practical 2: Dask with images\n",
"\n",
"In the previous practical, we've seen that dask can help us parallelise computations on arrays. This can be useful for many operations typically performed on arrays like filtering."
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Lazy and parallel computing using dask\n",
"## Practical 3: Virtual stack visualization and explorative analysis"
"# Practical 3: Virtual stack visualization and explorative analysis"
]
},
{
Expand Down

0 comments on commit c97ec1c

Please sign in to comment.