You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,15 @@ Plotly Express is now part of Plotly.py version 4 and so the `plotly_express` mo
4
4
5
5
## Installation
6
6
7
-
Please follow the [`plotly` Getting Started](https://plot.ly/python/getting-started/) instructions for installation.
7
+
You can just follow the [`plotly` Getting Started](https://plot.ly/python/getting-started/) instructions for installation and get access to `plotly.express` that way. If you have existing code that imports from `plotly_express` explicitly and you don't wish to change it, you can still install the latest version, which just exposes `plotly.express` under the `plotly_express` namespace.
8
+
9
+
### Via `pip`
10
+
11
+
Just running `pip install plotly_express` in your terminal should do it!
12
+
13
+
### Via `conda`
14
+
15
+
You'll have to install from the `plotly` channel with `conda install -c plotly plotly_express`
0 commit comments