Skip to content

Commit a25f5b2

Browse files
committed
Add Kaleido note to orca-management section
1 parent 00987c0 commit a25f5b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: doc/python/orca-management.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ jupyter:
3434
---
3535

3636
### Overview
37-
This section covers the lower-level details of how plotly.py can use orca to perform static image generation. Please refer to the [Static Image Export](/python/static-image-export/) section for general information on creating static images from plotly.py figures.
37+
This section covers the lower-level details of how plotly.py can use orca to perform static image generation.
38+
39+
> Orca is no longer the recommended way to do static image export. We now recommend Kaleido, as described in the [Static Image Export](/python/static-image-export/) section .
40+
41+
Please refer to the [Static Image Export](/python/static-image-export/) section for general information on creating static images from plotly.py figures.
3842

3943
### What is orca?
4044
Orca is an [Electron](https://electronjs.org/) application that inputs plotly figure specifications and converts them into static images. Orca can run as a command-line utility or as a long-running server process. In order to provide the fastest possible image export experience, plotly.py launches orca in server mode, and communicates with it over a local port. See https://github.com/plotly/orca for more information.

0 commit comments

Comments
 (0)