Skip to content

Commit dc31ccd

Browse files
committed
Update static-image-export.md
1 parent 6d39a52 commit dc31ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/python/static-image-export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ Plotly also provides a CLI for installing Chrome from the command line.
6464

6565
Run `plotly_get_chrome` to install Chrome.
6666

67-
You can also install Chrome from within Python using `plotly.io.install_chrome()`
67+
You can also install Chrome from within Python using `kaleido.get_chrome_sync()`
6868

6969
```python
70-
import plotly.io as pio
70+
import kaleido
7171

72-
pio.install_chrome()
72+
kaleido.get_chrome_sync()
7373
```
7474

7575
See the **Additional Information on Browsers with Kaleido** section below for more details on browser compatibility for Kaleido.

0 commit comments

Comments
 (0)