Skip to content

Commit 5fdb914

Browse files
committed
README
1 parent 94e5f9e commit 5fdb914

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ dataframe_image has the ability to export both normal and styled DataFrames as i
1717
>>> dfi.export(df_styled, 'df_styled.png')
1818
```
1919

20-
> [!NOTE]
21-
> If you run code in a Jupyter Notebook, you must use async api:
22-
23-
```python
24-
import dataframe_image as dfi
25-
await dfi.export_async(df_styled, 'df_styled.png')
26-
```
20+
> [!IMPORTANT]
21+
> If you run code in a Jupyter Notebook or other async context, you must use async api:
22+
>
23+
> ```python
24+
> import dataframe_image as dfi
25+
> await dfi.export_async(df_styled, 'df_styled.png')
26+
> ```
2727
2828
You may also export directly from the DataFrame or styled DataFrame using the `dfi.export` and `export_png` methods, respectively.
2929

0 commit comments

Comments
 (0)