bokeh.models.widgets.markups
¶
Various kinds of markup (static content) widgets.
-
class
Markup
(**kwargs)¶ Bases:
bokeh.models.widgets.widget.Widget
Base class for HTML markup widget models.
-
class
Paragraph
(**kwargs)¶ Bases:
bokeh.models.widgets.markups.Markup
A block (paragraph) of text.
-
height
¶ property type: height:Int
The height of the block in pixels.
-
text
¶ property type: text:String
The contents of the widget.
-
width
¶ property type: width:Int
The width of the block in pixels.
-
-
class
PreText
(**kwargs)¶ Bases:
bokeh.models.widgets.markups.Paragraph
A block (paragraph) of pre-formatted text.