From f5006ea680f2372c5d30a673ce9d400b72743c50 Mon Sep 17 00:00:00 2001 From: Matthieu Chourrout <83714683+chourroutm@users.noreply.github.com> Date: Fri, 23 Jan 2026 15:07:09 -0500 Subject: [PATCH 1/2] Update tutorial.py with package installation instructions Added installation requirements for the tutorial. --- docs/tutorial/tutorial.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/tutorial/tutorial.py b/docs/tutorial/tutorial.py index 89c2473..ca573f6 100644 --- a/docs/tutorial/tutorial.py +++ b/docs/tutorial/tutorial.py @@ -4,6 +4,18 @@ This page steps through going from a set of 2D image files to a 3D chunked zarr dataset. + +To get this tutorial running, you will need to install the following packages: +- `stack-to-chunk` +- `matplotlib` +- `skimage` +- `tifffile` +- `zarr` +- `loguru` + +If you use the Jupyter notebook, you will also need: +- pip +- ipykernel """ import pathlib From 3cc1e721ba86be3754e2a66a9c50a9885cbcdb63 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 26 Jan 2026 12:48:52 +0000 Subject: [PATCH 2/2] Update dependency list --- docs/tutorial/tutorial.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/tutorial/tutorial.py b/docs/tutorial/tutorial.py index ca573f6..c26f661 100644 --- a/docs/tutorial/tutorial.py +++ b/docs/tutorial/tutorial.py @@ -5,17 +5,7 @@ This page steps through going from a set of 2D image files to a 3D chunked zarr dataset. -To get this tutorial running, you will need to install the following packages: -- `stack-to-chunk` -- `matplotlib` -- `skimage` -- `tifffile` -- `zarr` -- `loguru` - -If you use the Jupyter notebook, you will also need: -- pip -- ipykernel +To get this tutorial running, you will need to install `stack-to-chunk, matplotlib, skimage, tifffile`. """ import pathlib