Hi,
I am new to Juypter + Toree (Scala) and i am exploring the option of building interactive notebooks where users able to choose options/inputs. This means the JavaScript and Scala cells need to exchange data.
I found "Declarative Widgets" is doing this by leveraging ipywidgets but that project did not have any activities for 2+ years. Or, the other option is do build some sort of state exchange between Javascript and Scala backend myself (which i want to avoid).
Appreciate any advice and pointers in this regard.
Thanks
V