Replies: 2 comments 1 reply
-
@kompre, the code you provided appears to be working on version 0.6.0. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I confirm the code above works, as it save a
# trying to save
gt.save(file='test.png', web_driver='firefox')
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to save a table generated with great-tables, but I get and
[Errno 13] Permission denied
(after several seconds of the command being issued).I'm using
poetry
as package manager, and asweb_driver
I setedge
because I have Brave instead of chrome.I would like to use
great-tables
to produce tables for my quarto document. Since my output is mainly pdf and gt tables seems to loose some formatting going trough latex, I would like to insert the as image instead (maybe even pdfs?)here a mwe with error attached:
The error is the following:
Beta Was this translation helpful? Give feedback.
All reactions