Skip to content

Commit 372b014

Browse files
authored
Merge pull request #5306 from plotly/6.2.1-updates
Add get-chrome function to doc
2 parents be40936 + 7d38950 commit 372b014

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/python/static-image-export.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ 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 Python using `plotly.io.get_chrome()`
68+
69+
```python
70+
import plotly.io as pio
71+
72+
pio.get_chrome()
73+
```
6774

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

0 commit comments

Comments
 (0)