# Using Interact just dumps html / css to Jupyter notebook

**URL:** https://discourse.julialang.org/t/using-interact-just-dumps-html-css-to-jupyter-notebook/22411
**Category:** Visualization
**Created:** [March 27, 2019, 2:34pm UTC](https://discourse.julialang.org/t/using-interact-just-dumps-html-css-to-jupyter-notebook/22411 "2019-03-27T14:34:18Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![bjenkinsgit](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bjenkinsgit/32/3440_2.png) [@bjenkinsgit](https://discourse.julialang.org/u/bjenkinsgit)
#### Post date: [March 27, 2019, 2:34pm UTC](https://discourse.julialang.org/t/using-interact-just-dumps-html-css-to-jupyter-notebook/22411/1 "2019-03-27T14:34:18Z")

</div>

pkg status–\> Julia 1.1.0, Interact 0.10.0, IJulia 0.18.0

If I try to do anything with Interact in a IJulia notebook, all I get is html / css dumped to the screen, NOT its interpretation into an HTML widget. What am I missing?

---

<div class="post-metadata">

### Author: ![bjenkinsgit](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/bjenkinsgit/32/3440_2.png) [@bjenkinsgit](https://discourse.julialang.org/u/bjenkinsgit)
#### Post date: [March 28, 2019, 1:52pm UTC](https://discourse.julialang.org/t/using-interact-just-dumps-html-css-to-jupyter-notebook/22411/2 "2019-03-28T13:52:48Z")

</div>

[SOLVED] Disregard. . I fixed it by issuing:

import Pkg; Pkg.build(“Interact”)
