Widen display in IJulia/Jupyter notebook

You can render HTML content in Jupyter with display and the "text/html" MIME type:

display("text/html", "<script>alert('hello')</script>")
1 Like