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

Latest commit

 

History

History
15 lines (8 loc) · 664 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 664 Bytes

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.github.io/plotly_express

Installation

Just running pip install plotly_express in your terminal!

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

Running in JupyterLab

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