Now that https://github.com/apache/incubator-zeppelin/pull/742 is merged,
can you try with plain HTML code and call z.runParagraph(paragraphId) ?

On Sun, Mar 27, 2016 at 5:27 PM, Deepak Subhramanian <
deepak.subhraman...@gmail.com> wrote:

> Hi,
>
> I added a button to run a paragraph with new values from text-box.
> For some reason the onClick function runs only once.  I am using the
> master branch from github.
>
> val button = <div class="btn btn-success btn-sm">Update
> Display</div>.onClick{() =>
>    z.run("20160326-202433_889465080" )
>    z.run("20160326-203128_1912408797")
>
> }
>
> Here is the notebook.
>
>
> https://github.com/deepakas/zeppelin-gallery/tree/master/wikigraphvis/notebook
>
> Thanks, Deepak
>

Reply via email to