This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Forked from nathanielatom, updated to work with typescript and bokeh==1.3.4 | |
from bokeh.layouts import column, layout | |
from bokeh.models import CustomJS, Model, LayoutDOM | |
from bokeh.document import Document | |
from bokeh.models.widgets import Button, Slider, Toggle | |
from bokeh.core.properties import Instance, String | |
from bokeh.io import save, output_file, show | |
from bokeh.util.compiler import TypeScript | |
from fontawesome.fontawesome_icon import FontAwesomeIcon as Icon | |
# Requires https://github.com/bokeh/bokeh/tree/master/examples/custom/font-awesome |