Metadata-Version: 2.1
Name: plotly-express
Version: 0.1.2
Summary: Plotly Express - a high level wrapper for Plotly.py
Home-page: https://github.com/plotly/plotly_express
Author: Nicolas Kruchten
Author-email: nicolas@plot.ly
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=0.20.0)
Requires-Dist: plotly (>=3.7.1)
Requires-Dist: statsmodels (>=0.9.0)
Requires-Dist: scipy (>=0.18)
Requires-Dist: patsy (>=0.5)

# Plotly Express

Plotly Express is a terse, consistent, high-level wrapper around [Plotly.py](https://plot.ly/python) 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`](https://github.com/jupyterlab/jupyter-renderers/tree/master/packages/plotly-extension) to be installed by running `jupyter labextension install @jupyterlab/plotly-extension`.


