Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Install the following packages in the newly created environment.
```
conda activate scale-up

conda install -c conda-forge "cellpose>=3.0,<4.0" tifffile<2025.6.11 "zarr>=2.0,<3.0" dask=2025.5.1 distributed=2025.5.1 dask-image=2024.5.3 imagecodecs=2025.3.30
conda install -c conda-forge "cellpose>=3.0,<4.0" "tifffile<2025.6.11" "zarr>=2.0,<3.0" dask=2025.5.1 distributed=2025.5.1 dask-image=2024.5.3 imagecodecs=2025.3.30
```

We'll open some image files that are compressed using `JPEG2000`, so we need `imagecodecs` to have access to this compression algorithm.
Expand Down
16 changes: 13 additions & 3 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

format: jb-book
root: README
chapters:
- file: notebooks/Zarr_and_Dask_for_large-scale_imaging-Part-1.ipynb
- file: notebooks/Zarr_and_Dask_for_large-scale_imaging-Part-2.ipynb
parts:
- caption: Notebooks
chapters:
- file: notebooks/Zarr_and_Dask_for_large-scale_imaging-Part-1.ipynb
title: Part 1
- file: notebooks/Zarr_and_Dask_for_large-scale_imaging-Part-2.ipynb
title: Part 2
- caption: Solved notebooks
chapters:
- file: notebooks/Solved_Zarr_and_Dask_for_large-scale_imaging-Part-1.ipynb
title: Part 1
- file: notebooks/Solved_Zarr_and_Dask_for_large-scale_imaging-Part-2.ipynb
title: Part 2
Loading