Interact package not working

Ever since the latest Atom update, has anyone else been having trouble with the Interact package? Even when I tried running something super basic that worked before, like the following:

using Plots
using Interact

gr()

@manipulate for i in 1:10
 HTML(i^2)  
end

nothing turns up in my plots.

Does anyone have any idea on how to resolve this? Thanks!

1 Like

Yes this is a known issue - see here

2 Likes