Bridgewater / scala-notebook

Interactive Scala REPL in a browser
Other
741 stars 155 forks source link

is it available to draw charts? #20

Open badend opened 11 years ago

badend commented 11 years ago

in ipython notebook, making a chart is really easy

I go around this wiki and sources, but I couldn't find how to make a chart easily

KenCoder commented 11 years ago

I agree it should be easy, but it's not yet easy.

We have graphing hooked up internally, but it uses our internal analysis libraries, which are not (yet) open sourced. I would think graphing could be added using Saddle Series. I know Dan was playing with this, but I don't think his work is ready for prime time.

I think Nathan has been looking at adding support for D3 graphs, which would be super-cool. So check back often, or contribute if you're willing / able.

Ken

n8han commented 11 years ago

Yeah actually my branch is pushed now if anybody wants to take a peek: https://github.com/n8han/scala-notebook/

I'll need some direction on where widgets should be packaged, if we should have a separate module for this kind of thing, if it should actually be a separate project... before it's ready for a pull request.