We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9423aa1 commit abc41f5Copy full SHA for abc41f5
packages/python/plotly/plotly/express/__init__.py
@@ -15,7 +15,7 @@
15
16
Or install Plotly Express and its dependencies directly with:
17
18
-$ pip install plotly.express
+$ pip install "plotly[express]"
19
20
You can also use Plotly Graph Objects to create a large number of charts without installing
21
pandas. See examples here: https://plotly.com/python/graph-objects/
0 commit comments