Hi, Suppose I have:
s = slider(1:10) img = @lift eye(s) How can I create the interactive plot in Jupyter using @lift? @lift imshow(img) I know @manipulate has the withfig() option where we can pass the PyPlot Figure object, what about @lift? -Júlio
Hi, Suppose I have:
s = slider(1:10) img = @lift eye(s) How can I create the interactive plot in Jupyter using @lift? @lift imshow(img) I know @manipulate has the withfig() option where we can pass the PyPlot Figure object, what about @lift? -Júlio