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 be40936 commit 7d38950Copy full SHA for 7d38950
doc/python/static-image-export.md
@@ -64,6 +64,13 @@ 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 Python using `plotly.io.get_chrome()`
68
+
69
+```python
70
+import plotly.io as pio
71
72
+pio.get_chrome()
73
+```
74
75
See the **Additional Information on Browsers with Kaleido** section below for more details on browser compatibility for Kaleido.
76
0 commit comments