-
Styler.render()[source] -
Render the built up styles to HTML
New in version 0.17.1.
Returns: rendered: str
the rendered HTML
Notes
Stylerobjects have defined the_repr_html_method which automatically callsself.render()when it?s the last item in a Notebook cell. When callingStyler.render()directly, wrap the result inIPython.display.HTMLto view the rendered HTML in the notebook.
Styler.render()
2025-01-10 15:47:30
Please login to continue.