def
html
cauldron.display.html()

A string containing a valid HTML snippet.

Arguments
Required
Optional
dom

str

The HTML string to add to the display.

Basic Usage
warning
Page-level tags such as head or body are not allowed
01
02
03
04
import cauldron as cd # Adds a div tag containing the text: Hello World! cd.display.html('<div>Hello World!</div>')