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 Jun 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,20 @@ Documentation and examples can be found at https://plotly.express/
6
6
7
7
## Installation
8
8
9
+
Plotly Express is compatible with Python 3+ and Python 2.7.
10
+
11
+
### Via `pip`
12
+
9
13
Just running `pip install plotly_express` in your terminal should do it!
10
14
11
-
Plotly Express is compatible with Python 3+ and Python 2.7.
15
+
### Via `conda`
16
+
17
+
You'll have to install from the `plotly` channel with `conda install -c plotly plotly_express`
12
18
13
19
### Running in JupyterLab
14
20
15
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
24
+
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`.
0 commit comments