HtmlDashboard (class)
Return an instance of this class in a Python dashboard to create a dashboard with HTML content.
Can be imported from the module squirrels.dashboards
or squirrels
.
Constructor
Creates a HtmlDashboard object.
Required Arguments:
- content: A string / io.StringIO object for the HTML content as string.