Add Visium card to Examples in gallery#657
Merged
Merged
Conversation
The Visium mouse-brain notebook moved from tutorials/ to examples/ in
spatialdata-plot-notebooks (matching the convention: tutorials teach
the API on synthetic data, examples demonstrate it on real datasets).
Add the corresponding card + thumbnail to the gallery's Examples grid;
drop the "no examples yet" placeholder note that's now stale.
Tutorials section reframed to make the split explicit ("entry-point
material for learning the API on synthetic data" vs Examples'
"worked examples on real datasets you'd actually analyse").
Depends on scverse/spatialdata-plot-notebooks#2 for the file move; CI
will fail on this PR until that merges and the lib's submodule pull
catches up.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #657 +/- ##
=======================================
Coverage 77.07% 77.07%
=======================================
Files 11 11
Lines 3280 3280
Branches 774 774
=======================================
Hits 2528 2528
Misses 454 454
Partials 298 298 🚀 New features to boost your workflow:
|
timtreis
added a commit
that referenced
this pull request
May 12, 2026
PR #657 added the card originally; the placeholder note slipped back in during a later rebase. Restores the card and ships the refreshed thumbnail from the updated notebook (publication-style figure colouring spots by Mbp expression on the H&E tissue).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Visium mouse-brain notebook to the gallery's Examples section as a card with thumbnail. Reframes the Tutorials/Examples split to make it explicit:
Drops the now-stale "no examples yet" placeholder note from the Examples section.
Changes
No new dependencies. Local docs build verified clean under `-W`.
Dependency
Depends on scverse/spatialdata-plot-notebooks#2 which moves `visium_mouse_brain.ipynb` from `tutorials/` to `examples/`. The card on this PR links to `notebooks/examples/visium_mouse_brain`, which only resolves once #2 merges and the next docs build pulls fresh notebooks main (`post_checkout: git submodule update --init --remote --recursive`).