Highlighting and Selection (Groups, Pages, Tools)#
Selection is how you pick cells right now (a temporary candidate set). Highlighting is how you persist those picks as highlight groups inside highlight pages (so you can compare alternatives, drive analysis, and save/share via sessions).
This section is the “source of truth” for:
what a highlight is (vs filters, coloring, and visibility),
how highlight groups and highlight pages work (pages are named + colored; groups are persistent selections),
how each selection tool behaves (especially 2D vs 3D pitfalls),
what syncs across views/snapshots and with Python/Jupyter,
edge cases + troubleshooting + screenshot checklist.
Fast path#
If you just want to “select a cluster and save it”:
Read
01_highlight_mental_model(5–10 min, avoids most confusion)Use
02_selection_tools_document_each_toolto pick the right tool (lasso vs proximity vs KNN vs annotation-based)Use
03_highlight_uito understand pages/groups and what Confirm/Clear actually doIf something feels wrong, jump to
06_troubleshooting_highlighting