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!