# Interact package not working

**URL:** https://discourse.julialang.org/t/interact-package-not-working/40106
**Category:** General Usage
**Created:** [May 25, 2020, 4:25am UTC](https://discourse.julialang.org/t/interact-package-not-working/40106 "2020-05-25T04:25:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Longblackcoffee](https://avatars.discourse-cdn.com/v4/letter/l/a5b964/32.png) [@Longblackcoffee](https://discourse.julialang.org/u/Longblackcoffee)
#### Post date: [May 25, 2020, 4:25am UTC](https://discourse.julialang.org/t/interact-package-not-working/40106/1 "2020-05-25T04:25:18Z")

</div>

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:

```julia
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!

---

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [May 25, 2020, 5:47am UTC](https://discourse.julialang.org/t/interact-package-not-working/40106/2 "2020-05-25T05:47:57Z")

</div>

Yes this is a known issue - [see here](https://github.com/JunoLab/Juno.jl/issues/583)
