I got it, the widgets are shown automatically by @manipulate, I'm changing
the code already.

Thanks,
Júlio.

2015-08-02 16:42 GMT-07:00 Júlio Hoffimann <[email protected]>:

> Hi Shashi,
>
> When I type:
>
> s = slider(1:10)
> a = @lift eye(s)
> display(s)
>
> fig = figure()
> @manipulate for a=a; withfig(fig) do
>         imshow(a)
>     end
> end
>
> I get the interactive plot correct, but an extra undesired print of the
> array in Jupyter. What I can do to fix that?
>
> -Júlio
>

Reply via email to