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
