From 372c58e8019c131bf0f5bc19022d1f5b00a9a0f3 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Wed, 15 Apr 2026 11:03:12 -0600 Subject: [PATCH 1/2] Add deprecation notice to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f5be159..3eee2be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # chart-studio + +> **This project is deprecated as of October 2025.** + The chart-studio Python package contains utilities for interfacing with Plotly's Chart Studio service (both Chart Studio cloud and Chart Studio On-Prem). Prior to plotly.py version 4, these Chart Studio utilities were included in the `plotly` package under the `plotly.plotly` module. As part of plotly.py version 4, the Chart Studio functionality was removed from the `plotly` package and released in this `chart-studio` package. From c4b0b29b60c3c7fd36a91b35f0316114d9025ea0 Mon Sep 17 00:00:00 2001 From: Cameron DeCoster Date: Wed, 15 Apr 2026 11:30:54 -0600 Subject: [PATCH 2/2] Update README.md Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3eee2be..2cdcb48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # chart-studio -> **This project is deprecated as of October 2025.** +> **This project is deprecated as of October 2025 due to the [end of the Chart Studio web service](https://plotly.com/chart-studio-updates/).** The chart-studio Python package contains utilities for interfacing with Plotly's Chart Studio service (both Chart Studio cloud and Chart Studio On-Prem).