We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aec126 commit 9f55107Copy full SHA for 9f55107
README.md
@@ -20,6 +20,7 @@ dataframe_image has the ability to export both normal and styled DataFrames as i
20
You may also export directly from the DataFrame or styled DataFrame using the `dfi.export` and `export_png` methods, respectively.
21
22
```python
23
+>>> import dataframe_image as dfi # you have to import it first to enable this plugin
24
>>> df.dfi.export('df.png')
25
>>> df_styled.export_png('df_styled.png')
26
```
0 commit comments