You can render HTML content in Jupyter with display and the "text/html" MIME type:
display("text/html", "<script>alert('hello')</script>")
You can render HTML content in Jupyter with display and the "text/html" MIME type:
display("text/html", "<script>alert('hello')</script>")