# WebIO not detected. (using Interact)

**URL:** https://discourse.julialang.org/t/webio-not-detected-using-interact/33117
**Category:** Visualization
**Tags:** question
**Created:** [January 8, 2020, 8:04pm UTC](https://discourse.julialang.org/t/webio-not-detected-using-interact/33117 "2020-01-08T20:04:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Simplex](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/simplex/32/12188_2.png) [@Simplex](https://discourse.julialang.org/u/Simplex)
#### Post date: [January 8, 2020, 8:04pm UTC](https://discourse.julialang.org/t/webio-not-detected-using-interact/33117/1 "2020-01-08T20:04:00Z")

</div>

I’ve an error when I use Interact. I use Anaconda. I’ve try a lot of things but never works.  
Thanks for your help !

```julia
using Interact
@manipulate for i=1:10
    @show i
end

```

 ![image](https://global.discourse-cdn.com/julialang/original/3X/3/f/3fa7f9da9e1c473a4888a7ac27e7afd70374e862.png)
