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 6d39a52 commit dc31ccdCopy full SHA for dc31ccd
doc/python/static-image-export.md
@@ -64,12 +64,12 @@ Plotly also provides a CLI for installing Chrome from the command line.
64
65
Run `plotly_get_chrome` to install Chrome.
66
67
-You can also install Chrome from within Python using `plotly.io.install_chrome()`
+You can also install Chrome from within Python using `kaleido.get_chrome_sync()`
68
69
```python
70
-import plotly.io as pio
+import kaleido
71
72
-pio.install_chrome()
+kaleido.get_chrome_sync()
73
```
74
75
See the **Additional Information on Browsers with Kaleido** section below for more details on browser compatibility for Kaleido.
0 commit comments