Skip to content

Instantly share code, notes, and snippets.

@lsuttle
lsuttle / bokeh_datatable_filtered.py
Created February 22, 2017 03:07 — forked from dennisobrien/bokeh_datatable_filtered.py
Filter a Bokeh DataTable using multiple filter widgets. Runs in a Jupyter notebook.
import bokeh.embed
import bokeh.io
import bokeh.models
import bokeh.models.widgets
import bokeh.plotting
import pandas as pd
from pandas_datareader import wb
bokeh.plotting.output_notebook()
@lsuttle
lsuttle / bokeh_datatable_filtered.py
Created February 22, 2017 03:07 — forked from dennisobrien/bokeh_datatable_filtered.py
Filter a Bokeh DataTable using multiple filter widgets. Runs in a Jupyter notebook.
import bokeh.embed
import bokeh.io
import bokeh.models
import bokeh.models.widgets
import bokeh.plotting
import pandas as pd
from pandas_datareader import wb
bokeh.plotting.output_notebook()