From 99db5517278d03f77b1f6ef9e2fa86f0f6a72a03 Mon Sep 17 00:00:00 2001 From: Ryan Avery Date: Fri, 19 Jul 2024 09:39:17 -0700 Subject: [PATCH] Update examples/README.md Co-authored-by: Tom White --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index f9c372f2..cb40f030 100644 --- a/examples/README.md +++ b/examples/README.md @@ -66,6 +66,6 @@ Before running these notebook examples, you will need to install some additional `mamba install rich pydot flox cubed-xarray` `cubed-xarray` is necessary to wrap Cubed arrays as Xarray DataArrays or Xarray Datasets. -`flox` is for supporting more efficient Map Reduce. +`flox` is for supporting efficient groupby operations in Xarray. `pydot` allows plotting the Cubed execution plan. `rich` is for showing progress of array operations within callbacks applied to Cubed plan operations.