Skip to content

Commit ac19085

Browse files
author
John Lyu
committed
2 parents 6763ab3 + 4b89636 commit ac19085

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ You must have Google Chrome (or Brave) installed in order for dataframe_image to
103103

104104
A Known Issue: When using dataframe_image with Google Colab, you can not use default Chrome convert method. You can set `table_conversion` parameter to `'selenium'` and it will call `Firefox` driver to convert the DataFrames to images.
105105

106+
*note*: you have to install dependencies before use it:
107+
108+
```
109+
!apt install firefox firefox-geckodriver
110+
!pip install dataframe_image selenium
111+
```
112+
106113
### Choose your converter
107114

108115
If you do not have Chrome installed or cannot get it to work properly, you can alternatively use matplotlib/selenium to convert the DataFrames to images. Select this option by setting the `table_conversion` parameter to `'selenium'` or `'matplotlib'`.

0 commit comments

Comments
 (0)