Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Groovy Notebook equivalent to IPython Notebook [closed]

I have a lot of java components that perform data processing functions that I'd like to expose in a scripting language to analysts along the same lines of IPython.

Is there something equivalent to IPython for Groovy (or other JVM based scripting language).

Thanks.

Note I am aware of Groovy Console but as far as I know it's not comparable to IPython Notebook.

like image 904
user1172468 Avatar asked May 13 '14 20:05

user1172468


2 Answers

I think the closer version is the online groovy console https://groovyconsole.appspot.com/

it is not 1:1 features, it would a be fairly trivial to provide the equivalent charting perhaps integrated with ploty for exta bonus points

like image 29
Richard Donovan Avatar answered Sep 28 '22 07:09

Richard Donovan


Most recently I have identified Beaker Notebooks as a close equivalent of Groovy Notebooks to IPython Notebooks. Beaker is a 'polyglot' notebook supporting multiple scripting languages including Groovy, R, Python etc. See here http://beakernotebook.com/

like image 91
Ioannis K. Moutsatsos Avatar answered Sep 28 '22 07:09

Ioannis K. Moutsatsos