You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installation section is found here and is not directly accessible from the tutorial page. Trying to run the samples fail with an error because of no Zarr installation.
>>> import zarr
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'zarr'
>>>
The text was updated successfully, but these errors were encountered:
Thanks, @DON-BRAN. Maybe it would even be a good idea to move it into its own file so that it shows up in the left-hand navigation menu.
That sounds great 🤓.
I will begin working on that. @joshmoore, will it still be relevant to have the installation link in the tutorial page pointing to the new installation file?
The installation section is found here and is not directly accessible from the tutorial page. Trying to run the samples fail with an error because of no Zarr installation.
The text was updated successfully, but these errors were encountered: