mudata.set_options#
- class mudata.set_options(**kwargs)#
Control MuData options.
Available options:
display_style: MuData object representation to use in notebooks. Use'text'(default) for the plain text representation, and'html'for the HTML representation.
Options can be set in the context:
>>> with mudata.set_options(display_style="html"): ... print("Options are applied here")
or globally:
>>> mudata.set_options(display_style="html")
Methods table#
Methods#