Skip to content

Commit 97168bf

Browse files
committed
Add deprecation notice
1 parent 9dd3330 commit 97168bf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/python/troubleshooting.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jupyter:
66
extension: .md
77
format_name: markdown
88
format_version: '1.3'
9-
jupytext_version: 1.14.1
9+
jupytext_version: 1.16.4
1010
kernelspec:
11-
display_name: Python 3
11+
display_name: Python 3 (ipykernel)
1212
language: python
1313
name: python3
1414
language_info:
@@ -20,7 +20,7 @@ jupyter:
2020
name: python
2121
nbconvert_exporter: python
2222
pygments_lexer: ipython3
23-
version: 3.8.8
23+
version: 3.11.10
2424
plotly:
2525
description: How to troubleshoot import and rendering problems in Plotly with
2626
Python.
@@ -77,8 +77,7 @@ The situation is similar for environments like Nteract and Streamlit: in these e
7777

7878
### Orca Problems
7979

80-
> Note: as of `plotly` version 4.9, we recommend using [`kaleido`](https://github.com/plotly/Kaleido)
81-
> instead of Orca for [static image export](/python/static-image-export/)
80+
> Support for orca in Plotly.py is deprecated and will be removed after September 2025. See the [Static Image Export page](/python/static-image-export/) for details on using Kaleido for static image generation.
8281
8382
If you get an error message stating that the `orca` executable that was found is not valid, this may be because another executable with the same name was found on your system. Please specify the complete path to the Plotly-Orca binary that you downloaded (for instance in the Miniconda folder) with the following command:
8483

0 commit comments

Comments
 (0)