Re: Is it possible to return javascript to frontend and run it in frontend

2017-02-28 Thread Ahyoung Ryu
I see. Then have you read these pages? https://zeppelin.apache.org/docs/latest/displaysystem/front-end-angular.html https://zeppelin.apache.org/docs/latest/displaysystem/back-end-angular.html On Wed, Mar 1, 2017 at 12:53 PM, canan chen wrote: > > Thanks Ahyoung, Is there any workaround like us

Re: Is it possible to return javascript to frontend and run it in frontend

2017-02-28 Thread canan chen
Thanks Ahyoung, Is there any workaround like using %angular or %html to achieve that ? Developing a new type of Helium package might be too complicated for me. On Tue, Feb 28, 2017 at 5:17 PM Ahyoung Ryu wrote: > Hi Canan, > > I think you can do it by writing your own "SPELL" type of Helium pa

Re: Is it possible to return javascript to frontend and run it in frontend

2017-02-28 Thread Ahyoung Ryu
Hi Canan, I think you can do it by writing your own "SPELL" type of Helium package. You can get more information about it in https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/development/writingzeppelinspell.html . Note that currently it's only available in development version. To test this, you nee

Is it possible to return javascript to frontend and run it in frontend

2017-02-26 Thread canan chen
Hi, I'd like to return a piece of javascript code from my interpreter and run it in frontend, is it possible and how can I do it ? Thanks