Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/interactive_annotate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"\n",
"This tutorial shows how to use `.pl.annotate()` to draw regions of interest directly on top of a `spatialdata-plot` rendering and persist them as a `ShapesModel` element. The widget is built on [`anybioimage`]'s `BioImageViewer`, which renders the image once and handles all drawing client-side — so it works over SSH (Jupyter or VSCode-Remote-SSH) without streaming PNG frames per mouse-move.\n",
"\n",
"**Credit:** This feature uses [`anybioimage`]'s `BioImageViewer`, which was identified as a suitable solution during the [scverse Padua 2026 hackathon](https://github.com/scverse/2026_04_hackathon_padua/issues/22), where [@EricMoerthVis](https://github.com/EricMoerthVis), [@Sonja-Stockhaus](https://github.com/Sonja-Stockhaus), and [@asarigun](https://github.com/asarigun) implemented a first POC.\n",
"\n",
"**Dataset**: a Visium H&E mouse brain section, downloaded by `squidpy.datasets.visium_hne_sdata`.\n",
"\n",
"**Requires the `interactive` extra:**\n",
Expand Down
Loading