pandas.io.formats.style.Styler.from_custom_template¶
-
classmethod
Styler.
from_custom_template
(searchpath, name)[source]¶ Factory function for creating a subclass of
Styler
with a custom template and Jinja environment.Parameters: searchpath : str or list
Path or paths of directories containing the templates
name : str
Name of your custom template to use for rendering
Returns: MyStyler : subclass of Styler
has the correct
env
andtemplate
class attributes set.