-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interactive graphs #38
Comments
Sorry to have not responded earlier - I haven't had time to checkout the fork but it sounds great. We don't have a better plug-in architecture, it would be nice to specify libraries for the spawned vm but for now adding it to the server is the right thing. Ken
|
By the way, have you considered integrating ScalaJS? There are already projects that let edit ScalaJS in the browser like http://www.scala-js-fiddle.com/ |
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
The text was updated successfully, but these errors were encountered: