I would like to link different plots based on a selection in a plot (bokeh). In bokeh there is a python callback for changed selctions in "columnDataSource" s1.selected.on_change('indices', callback), ...
Populating a ColumnDataSource with a pandas data frame that contains a column named field causes subsequent JavaScript errors when trying to plot. The same code works if the name of the column is ...