Reputation: 15788
iPython/Jupyter + pandas + matplotlib provide an outstanding way to rapidly iterate and test analytics stuff within notebooks. I can write some code, build a table of data and plot it very easily.
I see that iPython/Jupyter supports scala, but I don't see a way of visualizing data. Is there support or other console-driven ways to easily plot data from a scala console?
Upvotes: 1
Views: 748
Reputation: 2155
Check out Zeppelin and Beaker Notebook, though I don't know if either is as programmable as matplotlib for visualization.
Upvotes: 1