pandas.io.formats.style.Styler.from_custom_template¶
-
classmethod
Styler.from_custom_template(searchpath, name)[source]¶ Factory function for creating a subclass of
Stylerwith a custom template and Jinja environment.- Parameters
- searchpathstr or list
Path or paths of directories containing the templates
- namestr
Name of your custom template to use for rendering
- Returns
- MyStylersubclass of Styler
Has the correct
envandtemplateclass attributes set.