From 7d389506f9511f878cd58f8fdc35e0e823c06582 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Wed, 30 Jul 2025 10:50:35 -0400 Subject: [PATCH] Update static-image-export.md --- doc/python/static-image-export.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/python/static-image-export.md b/doc/python/static-image-export.md index 5e2fe11f48..43f584e097 100644 --- a/doc/python/static-image-export.md +++ b/doc/python/static-image-export.md @@ -64,6 +64,13 @@ Plotly also provides a CLI for installing Chrome from the command line. Run `plotly_get_chrome` to install Chrome. +You can also install Chrome from Python using `plotly.io.get_chrome()` + +```python +import plotly.io as pio + +pio.get_chrome() +``` See the **Additional Information on Browsers with Kaleido** section below for more details on browser compatibility for Kaleido.