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.
Plotly Express is a terse, consistent, high-level wrapper around [Plotly.py](https://plot.ly/python) for rapid data exploration and figure generation.
4
-
5
-
Documentation and examples can be found at https://plotly.express/
3
+
Plotly Express is now part of Plotly.py version 4 and so the `plotly_express` module now just re-exports the contents of `plotly.express`
6
4
7
5
## Installation
8
6
9
-
Plotly Express is compatible with Python 3+ and Python 2.7.
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.
10
8
11
9
### Via `pip`
12
10
@@ -16,10 +14,6 @@ Just running `pip install plotly_express` in your terminal should do it!
16
14
17
15
You'll have to install from the `plotly` channel with `conda install -c plotly plotly_express`
18
16
19
-
### Running in JupyterLab
20
-
21
-
Using Plotly Express in JupyterLab requires the [`plotly-extension`](https://github.com/jupyterlab/jupyter-renderers/tree/master/packages/plotly-extension) to be installed by running `jupyter labextension install @jupyterlab/plotly-extension`.
22
-
23
-
## Troubleshooting
17
+
## Getting Help
24
18
25
-
Plotly Express depends on very recent versions of `plotly` and it's sometimes possible to get into a state where you have multiple versions of `plotly` installed (e.g. once with `pip` and once with `conda`) so be sure to check your version by running `plotly.__version__` in the same environment that you're having issues with `plotly_express`.
19
+
Please join our [Community Forum](https://community.plot.ly/c/api/python) or file a [Github Issue](https://github.com/plotly/plotly.py/issues/new) if you've found a bug.
0 commit comments