Using Interact just dumps html / css to Jupyter notebook

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?

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

import Pkg; Pkg.build(“Interact”)