bokeh / bokeh-scala

Scala bindings for Bokeh plotting library
MIT License
135 stars 16 forks source link

Requirements for basic example? #1

Closed davclark closed 10 years ago

davclark commented 10 years ago

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.

mattpap commented 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.

[1] https://github.com/bokeh/bokeh-scala-sample

davclark commented 10 years ago

Awesome! I've just been thinking of checking back in, and this tips the scales!

mattpap commented 10 years ago

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.