Html
Wandb class for arbitrary html.
Html(
data: Union[str, 'TextIO'],
inject: bool = (True)
) -> None
Arguments | |
---|---|
data | (string or io object) HTML to display in wandb |
inject | (boolean) Add a stylesheet to the HTML object. If set to False the HTML will pass through unchanged. |
Methodsโ
inject_head
โ
inject_head() -> None