displayHTML {notebookutils} | R Documentation |
Construct an specific html fragment to synapse notebook front-end for rendering based on user-input html content.
displayHTML(content)
content |
html content which user want to render |
No return value, print the content
to mimic the render behavior when used in azure synapse runtime.
displayHTML('<b>Hello world!</b>')