-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ome zarr notebook #311
base: main
Are you sure you want to change the base?
ome zarr notebook #311
Conversation
PySid2 is licensed under the LGPL while PyQt5 is under the GPL and a commercial license. I could not successfully install the previous PyQt5 given versions on Linux with Python 3.11.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
3a92ba5
to
ac8b7ee
Compare
4f7e5e4
to
4066cb9
Compare
@mstaring @N-Dekker @stefanklein please take a look 🙏 |
A simple example that registers one timepoint in an IDR dataset to another. We use the IDR dataset as it is a familiar reference sample OME-Zarr dataset in the community. This also demonstrates fetching the data dynamically from the cloud.
4066cb9
to
c1612c6
Compare
Very interesting, Matt! I'm still trying to get it to work here locally but I got an error, on
|
@N-Dekker thanks for testing! What versions of |
I just did a brand new install on a new pc. Now it says:
I also printed the versions, as follows: import sys
print(sys.version)
print("itk", itk.__version__)
import itkwidgets
print("itkwidgets", itkwidgets.__version__)
print("ngff_zarr", nz.__version__)
import numpy as np
print("numpy", np.__version__)
import numcodecs
print("numcodecs", numcodecs.__version__)
import zarr
print("zarr", zarr.__version__) Which says:
Having pip-installed the "WindowsWheel311.zip" from the ITKElastix CI, from the last commit at the main, at https://github.com/InsightSoftwareConsortium/ITKElastix/actions/runs/12258642912 Do you have a clue? |
@N-Dekker thanks for the information! The issue is |
Add OME-Zarr image registration notebook
A simple example that registers one timepoint in an IDR dataset to another.
We use the IDR dataset as it is a familiar reference sample OME-Zarr
dataset in the community. This also demonstrates fetching the data
dynamically from the cloud.