From 77e88d87097aa4d4354d17103c644f66ed53b545 Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 27 May 2026 19:25:39 +0200 Subject: [PATCH] Credit Padua 2026 hackathon team in interactive_annotate tutorial Adds a one-line acknowledgement that anybioimage's BioImageViewer was identified as a suitable widget during the scverse Padua 2026 hackathon by @EricMoerthVis, @Sonja-Stockhaus, and @asarigun. Co-Authored-By: Claude Opus 4.7 --- examples/interactive_annotate.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/interactive_annotate.ipynb b/examples/interactive_annotate.ipynb index 3ca095d..c5f8cd5 100644 --- a/examples/interactive_annotate.ipynb +++ b/examples/interactive_annotate.ipynb @@ -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",