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

Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!

License

Notifications You must be signed in to change notification settings

plotly/plotly_express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5fb005b · Apr 23, 2019
Apr 23, 2019
Apr 23, 2019
Mar 24, 2019
Mar 15, 2019
Feb 3, 2019
Mar 15, 2019
Apr 8, 2019
Apr 23, 2019
Mar 27, 2019
Mar 27, 2019
Feb 3, 2019
Apr 23, 2019
Apr 15, 2019

Repository files navigation

Plotly Express

Plotly Express is a terse, consistent, high-level wrapper around Plotly.py for rapid data exploration and figure generation.

Documentation and examples can be found at https://plotly.express/

Installation

Plotly Express is compatible with Python 3+ and Python 2.7.

Via pip

Just running pip install plotly_express in your terminal should do it!

Via conda

You'll have to install from the plotly channel with conda install -c plotly plotly_express

Running in JupyterLab

Using Plotly Express in JupyterLab requires the plotly-extension to be installed by running jupyter labextension install @jupyterlab/plotly-extension.

Troubleshooting

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.