Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
I have a use case where I want to insert the output of plotly plot() function, but div() tag changes all < and > to < and >, which makes rendering that div impossible. I would like to be able to insert raw div tag without it being reformatted
I have a use case where I want to insert the output of plotly plot() function, but div() tag changes all < and > to < and >, which makes rendering that div impossible. I would like to be able to insert raw div tag without it being reformatted