From c6318b311e759fbcc0f99a3d0cadb35c4e3505f5 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Thu, 25 Jan 2024 23:01:11 -0800 Subject: [PATCH] Update docs/gallery/advanced_io/zarr_io.py --- docs/gallery/advanced_io/zarr_io.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/gallery/advanced_io/zarr_io.py b/docs/gallery/advanced_io/zarr_io.py index fcc790dcd..58dddb79e 100644 --- a/docs/gallery/advanced_io/zarr_io.py +++ b/docs/gallery/advanced_io/zarr_io.py @@ -10,8 +10,9 @@ Note that the Zarr native storage formats are optimized for storage in cloud storage (e.g., S3). For very large files, Zarr will create many files which can lead to -issues for traditional file systems (that are not cloud object stores) due to limitations -on the number of files per directory (this affects local disk, GDrive, Dropbox etc.). +issues for traditional file systems (that are not cloud object stores) due to +limitations on the number of files per directory (this affects local disk, +GDrive, Dropbox etc.). Zarr read and write is provided by the :hdmf-zarr:`hdmf-zarr` package. First, create an an NWBFile using PyNWB.