Documentation
English
Search…
⌃K
English
Weights & Biases
Quickstart
Examples
Guides
Reference
Command Line Interface
Python Library
Data Types
wandb.data_types.Audio
wandb.data_types.BoundingBoxes2D
wandb.data_types.Graph
wandb.data_types.Histogram
wandb.data_types.Html
wandb.data_types.Image
wandb.data_types.ImageMask
wandb.data_types.Molecule
wandb.data_types.Object3D
wandb.data_types.Plotly
wandb.data_types.Table
wandb.data_types.Video
Integrations
Import & Export API
wandb.Artifact
wandb.Run
wandb.agent
wandb.controller
wandb.finish
wandb.init
wandb.log
wandb.save
wandb.sweep
wandb.watch
Weave
App UI
Java Library
About Us
Homepage
Powered By GitBook

wandb.data_types.Html

​​
View source on GitHub
​
Wandb class for arbitrary html
Html(
data: Union[str, 'TextIO'],
inject: bool = (True)
) -> None
Arguments
Text
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

​View source​
inject_head() -> None
Previous
wandb.data_types.Histogram
Next
wandb.data_types.Image
Last modified 5mo ago
Copy link
On this page
Methods
inject_head