Hi,
this is first official release of bokeh-scala [1]. bokeh-scala implements the low-level API of bokeh in Scala and allows for creating static HTML plots.
This release is compatible with bokeh 0.6.1. bokeh-scala runs on the JVM (6 and above) and is available for Scala 2.10 and 2.11 from the central repository [2]. You can integrate it with your project by adding the following line to your build file:
libraryDependencies += “io.continuum.bokeh” %% “bokeh” % “0.2”
See a sample project [3] for detailed integration example. API documentation is available at [4]. There are also examples available at [5] (see README.md for details).
[1] https://github.com/bokeh/bokeh-scala
[2] http://search.maven.org/#search|ga|1|bokeh
[3] https://github.com/bokeh/bokeh-scala-sample
[4] https://s3.amazonaws.com/bokeh-scala/docs/2.11/0.2/index.html
[5] https://github.com/bokeh/bokeh-scala/tree/v0.2/examples/src/main/scala/glyphs
Mateusz