Bokeh – Interactive web visualization library in Python
bokeh.pydata.org
Bokeh – Interactive web visualization library in Python
1–10 of 66 posts
Re: Bokeh – Interactive web visualization library in Python
#2Re: Bokeh – Interactive web visualization library in Python
#3Re: Bokeh – Interactive web visualization library in Python
#4Has anyone used it in production ? I would be very interested to hear about interoperability potential with other platforms - some json-based protocol perhaps? In D3 I can just point it to csv and do whatever I need to. Is it just as easy in BokehJS?
It is incredibly easy to use bokeh from python. The burtin example in the gallery reads from CSV http://bokeh.pydata.org/plot_gallery/burtin_example.html . Scroll down a bit, and you can see the code.
I am a bokeh dev at Continuum Analytics.
Re: Bokeh – Interactive web visualization library in Python
#5It's nice, I've heard of it a while ago. But I just had a crazy thought of combining this with UTFGrid for interacting with data points, but that's probably silly :)
In fact we are working on (and open sourcing) similar ideas
Re: Bokeh – Interactive web visualization library in Python
#6Re: Bokeh – Interactive web visualization library in Python
#7For those who aren't photography nerds, "bokeh" is a Japanese word that means the out-of-focus areas in a photograph. Different lenses have different kinds of bokeh, and beautiful or ugly bokeh is an important dividing line between good and bad lenses.
Re: Bokeh – Interactive web visualization library in Python
#8As a photographer, I gotta say I really love the name. :) For those who aren't photography nerds, "bokeh" is a Japanese word that means the out-of-focus areas in a photograph. Different lenses have different kinds of bokeh, and beautiful or ugly bokeh is an important dividing line between good and bad lenses.
Re: Bokeh – Interactive web visualization library in Python
#9D3 and its children produce some awesome visualizations, but the bandwidth does not exist for me to begin developing apps in a language I don't have much experience in.
If something like Bokeh allows me to live mostly in Python, it becomes even more interesting.
Re: Bokeh – Interactive web visualization library in Python
#10As a "database guy" who uses Python for most things not bash, is this an approach for viz apps that would eliminate (most) of the need to muck about in JavaScript? D3 and its children produce some awesome visualizations, but the bandwidth does not exist for me to begin developing apps in a language I don't have much experience in. If something like Bokeh allows me to live mostly in Python, it becomes even more intere…
A relatively simple plot (scroll down to see the code): http://bokeh.pydata.org/plot_gallery/correlation.html
The simplest example plot in the repo: https://github.com/ContinuumIO/bokeh/blob/master/examples/pl...