bokeh.models.widgets.markups¶
Various kinds of markup (static content) widgets.
-
class
Div
(**kwargs)¶ Bases:
bokeh.models.widgets.markups.Markup
A block (div) of text.
-
render_as_text
¶ property type: render_as_text:Bool
Should the text be rendered as raw text (False, default), or should the text be interprited as an HTML string (True)
-
-
class
Markup
(**kwargs)¶ Bases:
bokeh.models.widgets.widget.Widget
Base class for HTML markup widget models.
-
text
¶ property type: text:String
The contents of the widget.
-
-
class
Paragraph
(**kwargs)¶ Bases:
bokeh.models.widgets.markups.Markup
A block (paragraph) of text.
-
class
PreText
(**kwargs)¶ Bases:
bokeh.models.widgets.markups.Paragraph
A block (paragraph) of pre-formatted text.