I'm sorry, it seems like there is no text to translate. Please provide the content you want to be translated.

任意の HTML 用の Wandb クラス。

Html(
    data: Union[str, 'TextIO'],
    inject: bool = (True)
) -> None
Args
data (string または io オブジェクト) wandb に表示する HTML
inject (boolean) HTML オブジェクトにスタイルシートを追加します。False に設定すると、HTML は変更されずに通過します。

メソッド

inject_head

ソースを表示

inject_head() -> None