Styler.
render
Render the built up styles to HTML.
Any additional keyword arguments are passed through to self.template.render. This is useful when you need to provide additional variables for a custom template.
self.template.render
The rendered HTML.
Notes
Styler objects have defined the _repr_html_ method which automatically calls self.render() when it’s the last item in a Notebook cell. When calling Styler.render() directly, wrap the result in IPython.display.HTML to view the rendered HTML in the notebook.
Styler
_repr_html_
self.render()
Styler.render()
IPython.display.HTML
Pandas uses the following keys in render. Arguments passed in **kwargs take precedence, so think carefully if you want to override them:
**kwargs
head
cellstyle
body
uuid
precision
table_styles
caption
table_attributes