Skip to content

experimental.py

rerun.experimental

Experimental features for Rerun.

These features are not yet stable and may change in future releases without going through the normal deprecation cycle.

def log_text_box(entity_path, text, *, ext=None, timeless=False)

Log a textbox.

This is intended to be used for multi-line text entries to be displayed in their own view.

Parameters:

Name Type Description Default
entity_path str

The object path to log the text entry under.

required
text str

The text to log.

required
ext Optional[Dict[str, Any]]

Optional dictionary of extension components. See rerun.log_extension_components

None
timeless bool

Whether the text-box should be timeless.

False