Skip to content

Commit 99ddc5b

Browse files
author
John Lyu
committed
2 parents 4b78978 + 9f55107 commit 99ddc5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dataframe_image has the ability to export both normal and styled DataFrames as i
2020
You may also export directly from the DataFrame or styled DataFrame using the `dfi.export` and `export_png` methods, respectively.
2121

2222
```python
23+
>>> import dataframe_image as dfi # you have to import it first to enable this plugin
2324
>>> df.dfi.export('df.png')
2425
>>> df_styled.export_png('df_styled.png')
2526
```

0 commit comments

Comments
 (0)