What is the best way to display graphics driven by javascript in IJulia?

For example these two:

http://rectangleworld.com/demos/ColorBoids/ColorBoids01.html

http://bl.ocks.org/mbostock/raw/4636377/

I tried from what I could find googling i.e. 

readchomp html 

and displaying and trying with 

type HTML
   s::String
end
import Base.writemime
writemime(io::IO, ::@MIME("text/html"), x::HTML) = print(io, x.s)

the but nothing worked. 

Any suggestions are appreciated

Reply via email to