Skip to content

Commit

Permalink
Simplify Python tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Nov 26, 2024
1 parent 4c8e990 commit cf2da93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/source/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ The following code creates a 3D Image in OME-Zarr::

import numpy as np
import zarr
import os

from ome_zarr.io import parse_url
from ome_zarr.writer import write_image

path = "test_ngff_image.zarr"
os.mkdir(path)

size_xy = 128
size_z = 10
Expand Down

0 comments on commit cf2da93

Please sign in to comment.