Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bokeh

Bokeh Custom Tooltips {safe} Tag Displays Nothing

When running the following Bokeh code, using the latest Bokeh and py35, the @fonts{safe} does not s… Read more Bokeh Custom Tooltips {safe} Tag Displays Nothing

How Can I Call A Javascript Function From Python Using Bokeh?

I have this scenario: I have some data (in a pandas dataframe) that I use to draw my plots When I … Read more How Can I Call A Javascript Function From Python Using Bokeh?

How To Delete/add Rows In Bokeh Heatmap And Maintain Row Height?

I've made a Bokeh heatmap linked to a CheckBoxGroup, so that the active items in the CheckBoxGr… Read more How To Delete/add Rows In Bokeh Heatmap And Maintain Row Height?

Bokeh & Custom Js - Using A Slider To Update A Multiline Graph

I am using Bokeh to produce an interactive time-series graph. There can be n number of series disp… Read more Bokeh & Custom Js - Using A Slider To Update A Multiline Graph

Bokeh - Check Checkboxes With A Button/checkbox Callback

How can I check checkboxes in a CheckBoxGroup by clicking a button or checking a separate checkbox … Read more Bokeh - Check Checkboxes With A Button/checkbox Callback

Bokeh Widget Slicing Data

I am trying to create a plot using bokeh to visualize my data on IPython Notebook. I want to add so… Read more Bokeh Widget Slicing Data

How To Access And Update Bokeh Plots Or Widgets Using An External Javascript Code?

I have a Bokeh plot which is controlled by a time Bokeh slider. I am trying to set the time of the … Read more How To Access And Update Bokeh Plots Or Widgets Using An External Javascript Code?

Filtering Bokeh Labelset With Javascript

I'm trying to create a Bokeh scatterplot with a CheckboxGroup widget to show or hide individual… Read more Filtering Bokeh Labelset With Javascript