bokeh.models.widgets.markups¶
Various kinds of markup (static content) widgets.
-
class
Div(**kwargs)¶ Bases:
bokeh.models.widgets.markups.MarkupA 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.WidgetBase class for HTML markup widget models.
-
text¶ property type: text:String
The contents of the widget.
-
-
class
Paragraph(**kwargs)¶ Bases:
bokeh.models.widgets.markups.MarkupA block (paragraph) of text.
-
class
PreText(**kwargs)¶ Bases:
bokeh.models.widgets.markups.ParagraphA block (paragraph) of pre-formatted text.