Pass and process an array from JS to Spark in Zeppelin
问题 I have to visualiase some map thingy in Zeppelin via spark and JS (angular interpreter in this case). Zeppelin has this binding feature but it gives a little knowledge about usage. I would like to click on the button, evaluate some stuff, than send the id_selected_arr to the spark via binding. In %angular window <input type="button" value="Click me" ng-click="eval()" ng-model="id_selected_arr"/> In %spark2 window var result = z.angular("id_selected_arr") I get: result: Object = id_selected