Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. from bokeh.models import Div
  2. div = Div(text="some text")
  3.  
  4. # add these CSS classes to the widget div
  5. div.css_classes = ["my-custom"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement