Skip to content

Commit b8253c4

Browse files
committed
Update static-image-generation-migration.md
1 parent 8e62339 commit b8253c4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/python/static-image-generation-migration.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jupyter:
66
extension: .md
77
format_name: markdown
88
format_version: '1.3'
9-
jupytext_version: 1.16.4
9+
jupytext_version: 1.17.1
1010
kernelspec:
1111
display_name: Python 3 (ipykernel)
1212
language: python
@@ -20,7 +20,7 @@ jupyter:
2020
name: python
2121
nbconvert_exporter: python
2222
pygments_lexer: ipython3
23-
version: 3.11.10
23+
version: 3.13.3
2424
plotly:
2525
description: Details about changes to static image generation in Plotly.py 6.1.
2626
display_as: file_settings
@@ -46,6 +46,12 @@ To migrate from either Orca or Kaleido v0, first install the latest Kaleido with
4646
pip install --upgrade kaleido
4747
```
4848

49+
## Chrome
50+
51+
Kaleido uses Chrome for static image generation. Versions of Kaleido prior to v1 included Chrome as part of the Kaleido package. Kaleido v1 does not include Chrome; instead, it looks for a compatible version of Chrome (or Chromium) already installed on the machine on which it's running.
52+
53+
See the [Chrome section](/python/static-image-export/) on the Static Image Export page for more details on Chome and Kaleido.
54+
4955
## Engine Parameter
5056

5157
The `engine` parameter on static image export methods and functions is deprecated in Plotly.py 6.1 and will be removed after September 2025. Once the `engine` parameter is removed, static image generation will use Kaleido v1 if it's installed, or raise an error if it isn't.
@@ -67,7 +73,7 @@ pio.defaults.default_format = "jpeg"
6773
# pio.kaleido.scope.default_format = "jpeg"
6874
~~~
6975

70-
The `mapbox_access_token` config setting is not available on `plotly.io.defaults` because Mapbox maps are deprecated and will be removed in a future version of Plotly.py. See [MapLibre Migration ](https://plotly.com/python/mapbox-to-maplibre/) for more details.
76+
The `mapbox_access_token` config setting is not available on `plotly.io.defaults` because Mapbox maps are deprecated and will be removed in a future version of Plotly.py. See [MapLibre Migration](https://plotly.com/python/mapbox-to-maplibre/) for more details.
7177

7278
If you are migrating from Orca, the following config settings do not apply to Kaleido: `server_url`, `port`, `timeout`, and `use_xvfb`, but other settings, such as `default_format`, can be accessed via `plotly.io.defaults`.
7379
<!-- #endregion -->

0 commit comments

Comments
 (0)