Bokeh Tutorial for Using slickgrid

Recent bokeh 0.7 has slickgrid support. I am new to Bokeh. And I don't know where to start without examples. Was there a web search other than an animated demo of bokeh slickgrid in action, I couldn't find any code examples.

So the specific question:

-> How can I know how to use this feature. Is there a tutorial / doc bokeh slickgrid?

And a general question:

-> Where to start when the new Bokeh feature comes out?

Thank!

+3


source to share


1 answer


we are working on adding even more examples and docs and hopefully some videos to the new Youtube channel, but as you can imagine, a lot of work. :) In the meantime, here's an example that uses a new datasheet with a static document:

https://github.com/bokeh/bokeh/blob/master/examples/glyphs/data_tables.py

and here is a slightly more complex example with some widgets and uses bokeh-server



https://github.com/bokeh/bokeh/blob/master/examples/glyphs/data_tables_server.py

Note that both of them use low-level glyph APIs, we still need to develop some examples using some of the higher-level APIs.

+5


source







All Articles