You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,13 @@ You must have Google Chrome (or Brave) installed in order for dataframe_image to
103
103
104
104
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.
105
105
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
+
106
113
### Choose your converter
107
114
108
115
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