Sorry for raising an issue for general discussion, but there doesn't seem to be a mailing list.
I have the beginning of a fork of Scala Notebook which provides interactive graphs via Breeze and Breeze-Bokeh. For those unfamiliar, Breeze is a numpy-like library for Scala, while Breeze-Bokeh is a (highly experimental) Scala backend to the BokehJS plotting library.
The goal is to give Scala-Notebook functionality closer to IPython-Notebook.
Currently it's just a proof of concept and the code is kind of ugly, also doesn't do much besides line plots. Is there any interest in integrating such functionality into the official Scala-Notebook project?
Also, can anyone suggest a more modular way of adding this functionality? My fork just adds breeze and breeze-bokeh to the server dependencies and edits core Scala Notebook files to render the Bokeh graphs.
To try it ou clone my fork and click "Run All" in the Welcome notebook.
https://github.com/stucchio/scala-notebook
Sorry for raising an issue for general discussion, but there doesn't seem to be a mailing list.
I have the beginning of a fork of Scala Notebook which provides interactive graphs via Breeze and Breeze-Bokeh. For those unfamiliar, Breeze is a numpy-like library for Scala, while Breeze-Bokeh is a (highly experimental) Scala backend to the BokehJS plotting library.
The goal is to give Scala-Notebook functionality closer to IPython-Notebook.
Currently it's just a proof of concept and the code is kind of ugly, also doesn't do much besides line plots. Is there any interest in integrating such functionality into the official Scala-Notebook project?
Also, can anyone suggest a more modular way of adding this functionality? My fork just adds breeze and breeze-bokeh to the server dependencies and edits core Scala Notebook files to render the Bokeh graphs.
To try it ou clone my fork and click "Run All" in the Welcome notebook.
https://github.com/stucchio/scala-notebook