Groovy Notebook equivalent to IPython Notebook
groovy, jupyter-notebook
Solution
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/
Problem
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.