Closed davclark closed 10 years ago
Since version 0.2, bokeh-scala ships with precompiled bokehjs, so having python and bokeh installed isn't a requirement anymore. bokeh-scala is now available from the central repository and [1] shows how to integrate it into a project.
Awesome! I've just been thinking of checking back in, and this tips the scales!
I'm glad you stayed. It took awhile to get this release out, but now we should have more regular releases following bokeh's development.
I tried building the plots using sbt (per the README), and none of the plots actually work (though ample bokeh json descriptions are indeed written to the html files). I see that bokeh-scala is finding the bokeh.js files from my local install, which has Bokeh 0.4.4 installed. Using my installed
sbt
and your./sbt
yield the same results.Other potential version issues: I'm running the system standard JDK for Mavericks (1.6.0_65) and scala 2.10 / sbt installed via homebrew.