Bokeh and D3

Hey all,

I’m trying to work Bokeh and D3 together for some application needs. I’ve read up on using Bokeh with other libraries, however I’m unsure how I would go about something. For example Bokeh is plotting some data for me and I’m brushing data and I have data brushed. How can I grab the brushed data, the actual values in the brush region, and somehow return it to be able to use it with D3 or any other library for example.