organoid_tracker.text_popup.position_popup module

class organoid_tracker.text_popup.position_popup.PositionPopup(window: Window, position: Position)

Bases: RichTextPopup

get_title() str

Returns the title for the whole website.

navigate(url: str) Optional[str]

Returns the Markdown for the given URL. The website can also perform some other action, like zooming in on a position or starting a program. If this method returns None, then the navigation is cancelled.