Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 014c650

Browse files
Update README.md
1 parent 68d7ff0 commit 014c650

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,20 @@ Documentation and examples can be found at https://plotly.express/
66

77
## Installation
88

9+
Plotly Express is compatible with Python 3+ and Python 2.7.
10+
11+
### Via `pip`
12+
913
Just running `pip install plotly_express` in your terminal should do it!
1014

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`
1218

1319
### Running in JupyterLab
1420

1521
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

Comments
 (0)