Skip to content

Plain

marimo.plain

plain(value: Any) -> Plain

Wrap a value to indicate that it should be displayed without any opinionated formatting.

This is the best way to opt out of marimo's default dataframe rendering.

Example
df = data.cars()
mo.plain(df)
PARAMETER DESCRIPTION
value

Any value

TYPE: Any