Language Bindings¶
Because the input accepted by BokehJS is an object graph represented by declarative bits of JSON, any language that can generate the right JSON can generate Bokeh plots in the browser.
Known Bindings¶
These are the currently known projects that expose Bokeh to languages other than Python. If you know of any that are not on this list, or if you want to work on a new language binding for Bokeh and need some help, please let us know.
- rbokeh
The rbokeh project, started by @hafen, adds support for Bokeh to the R language.
- bokeh.jl
Originally created by @samuelcolvin, the bokeh.jl project brings Bokeh to Julia users.
The bokeh.jl binding is currently unmaintained. If you are interested in picking up the bokeh.jl work, please contact the core devs.
- bokeh-scala
The bokeh-scala exposes Bokeh in the Scala language. The project was created by the Bokeh core dev team’s own @mattpap.