dexplo / dataframe_image

A python package for embedding pandas DataFrames as images into pdf and markdown documents
https://dexplo.org/dataframe_image
MIT License
282 stars 41 forks source link

Library not working in COLAB #73

Closed wosantos95 closed 1 year ago

wosantos95 commented 1 year ago

Hi, I'm use Dataframe_image library for some time in COLAB, and now it is following the following error:

[Errno 2] No such file or directory: '/tmp/tmp7uvd_nzq/temp.png' , can anyone help?

tmp7uvd_nzq = TemporaryDirectory

Import colab

!pip install dataframe-image !apt install chromium-chromedriver import dataframe_image as dfi

PaleNeutron commented 1 year ago

It should work now following related section in readme