Skip to content

Option to write render_html or render_latex output to a file #29

Description

@MaxGhenis

This is especially helpful for render_latex, since a common workflow is to store each tex component as separate files, and then include them in the master tex file. It'd be nice to have a render_latex(out='out.tex') option.

Current workaround (which would probably be the way to implement the feature) is:

f = open("out.tex", "w")
f.write(stargazer.render_latex())
f.close()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions