We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da153f commit 459e8c1Copy full SHA for 459e8c1
CHANGELOG.md
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
5
## Unreleased
6
7
+### Updated
8
+
9
+- Include `nbformat` as a dependency for `plotly[express]`. [[#5380](https://github.com/plotly/plotly.py/pull/5380)]
10
11
## [6.3.1] - 2025-10-02
12
13
### Updated
pyproject.toml
@@ -39,7 +39,10 @@ dependencies = [
39
]
40
41
[project.optional-dependencies]
42
-express = ["numpy"]
+express = [
43
+ "numpy",
44
+ "nbformat>=4.2.0"
45
+]
46
kaleido = ["kaleido>=1.0.0"]
47
dev_core = [
48
"pytest",
0 commit comments