posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.44k stars 50 forks source link

Support non-chrome browsers in .save() #227

Closed machow closed 2 months ago

machow commented 4 months ago

Currently, we require users to have Chrome in order to .save() tables as an image or pdf. Let's track here extending the .save() method to support other browsers. I'm not sure of the nuances that might be involved.

Here is the code that specifies Chrome specifically:

https://github.com/posit-dev/great-tables/blob/main/great_tables/_export.py#L127-L138

rich-iannone commented 2 months ago

Fixed with https://github.com/posit-dev/great-tables/pull/262.