-
Notifications
You must be signed in to change notification settings - Fork 52
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
Error in Interactive
when going through the tutorial
#294
Comments
@rahulbshrestha do you have an idea why that is happening? |
@timtreis This notebook was based off the "spatialdata" branch in napari-spatialdata. The above error is because it used the main branch. We don't support multiple spatialdata objects in the main branch of the Interactive class right now (scverse/napari-spatialdata#112), which would fix this issue. |
Thank you, I see, hope to see the latest updated documentation soon. once I read the manu from biorxiv, I can't wait to use the framework. |
BTW, when i run other tutorials, I also got some bugs. I guess it's also raised by the conflicting versions in the releasing ones (pypi) and the ones used in the documentation? For example:
just load the data and render the image:
It outputs: ![]()
the last step when overlay the selected region:
FYI: anndata 0.9.1 if any further info needed, donnot hesitate to contact me. |
Hey @jefferyUstc, thank you for pointing these bugs out! Yeah, we're currently in a bug-squashing phase which hasn't translated to a new |
@jefferyUstc thanks for reporting. As mentioned before the problems with napari were caused by the fact that the The following issues keep track of the bugfix on napari:
There should be only one remaining bug with Since now the problems are tracked elsewhere, I will close the current issue. But if you find new problems that are not tracked by the open issues above, please feel free to reopen this issue. |
Hi, nice work of spatialdata to facilitate the integrtive analysis of multi-modal spatial omics.
I'm checking out the tutorial provided in the documentation and encountered an Error below:
Tutorial: Use landmark annotations to align multiple -omics layers, https://spatialdata.scverse.org/en/latest/tutorials/notebooks/notebooks/examples/alignment_using_landmarks.html#adding-landmark-annotations
After read in the visium and xenium data, I run the
Interactive
function to visualize the data:More information:
The text was updated successfully, but these errors were encountered: