Metadata-Version: 2.1
Name: pylantern
Version: 0.1.5
Summary: Analytics library
Home-page: https://github.com/timkpaine/lantern
Author: Tim Paine
Author-email: timothy.k.paine@gmail.com
License: Apache 2.0
Download-URL: https://github.com/timkpaine/lantern/archive/v0.1.5.tar.gz
Keywords: analytics tools plotting
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: bokeh (>=1.0.2)
Requires-Dist: bs4 (>=0.0.1)
Requires-Dist: cufflinks (>=0.14.4)
Requires-Dist: Faker (>=1.0.1)
Requires-Dist: finance-enums (>=0.1.0)
Requires-Dist: future (>=0.17.1)
Requires-Dist: ipysheet (>=0.2.0)
Requires-Dist: ipywidgets (>=7.4.2)
Requires-Dist: jupyterlab (>=0.35.4)
Requires-Dist: lineup-widget (>=1.0.7)
Requires-Dist: matplotlib (>=3.0.2)
Requires-Dist: mimesis (>=3.0.0)
Requires-Dist: numpy (>=1.15.4)
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: perspective-python (>=0.1.2)
Requires-Dist: plotly (<4.0.0,>=3.4.2)
Requires-Dist: qgrid (>=1.1.1)
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: seaborn (>=0.9.0)
Requires-Dist: sidecar (>=0.2.0)
Requires-Dist: six (>=1.12.0)
Requires-Dist: scikit-learn (>=0.21.3)
Requires-Dist: ujson (>=1.35)
Requires-Dist: websocket-client (>=0.54.0)
Provides-Extra: dev
Requires-Dist: bokeh (>=1.0.2) ; extra == 'dev'
Requires-Dist: bs4 (>=0.0.1) ; extra == 'dev'
Requires-Dist: cufflinks (>=0.14.4) ; extra == 'dev'
Requires-Dist: Faker (>=1.0.1) ; extra == 'dev'
Requires-Dist: finance-enums (>=0.1.0) ; extra == 'dev'
Requires-Dist: future (>=0.17.1) ; extra == 'dev'
Requires-Dist: ipysheet (>=0.2.0) ; extra == 'dev'
Requires-Dist: ipywidgets (>=7.4.2) ; extra == 'dev'
Requires-Dist: jupyterlab (>=0.35.4) ; extra == 'dev'
Requires-Dist: lineup-widget (>=1.0.7) ; extra == 'dev'
Requires-Dist: matplotlib (>=3.0.2) ; extra == 'dev'
Requires-Dist: mimesis (>=3.0.0) ; extra == 'dev'
Requires-Dist: numpy (>=1.15.4) ; extra == 'dev'
Requires-Dist: pandas (>=0.23.4) ; extra == 'dev'
Requires-Dist: perspective-python (>=0.1.2) ; extra == 'dev'
Requires-Dist: plotly (<4.0.0,>=3.4.2) ; extra == 'dev'
Requires-Dist: qgrid (>=1.1.1) ; extra == 'dev'
Requires-Dist: scipy (>=1.2.0) ; extra == 'dev'
Requires-Dist: seaborn (>=0.9.0) ; extra == 'dev'
Requires-Dist: sidecar (>=0.2.0) ; extra == 'dev'
Requires-Dist: six (>=1.12.0) ; extra == 'dev'
Requires-Dist: scikit-learn (>=0.21.3) ; extra == 'dev'
Requires-Dist: ujson (>=1.35) ; extra == 'dev'
Requires-Dist: websocket-client (>=0.54.0) ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'

# <a href="https://pylantern.readthedocs.io"><img src="docs/img/logo.png" width="300"></a>
An orchestration layer for plots and tables, dummy datasets, widgets, research, reports, and anything else a data scientist might need.

[![Build Status](https://travis-ci.org/timkpaine/lantern.svg?branch=master)](https://travis-ci.org/timkpaine/lantern)
[![GitHub issues](https://img.shields.io/github/issues/timkpaine/lantern.svg)]()
[![codecov](https://codecov.io/gh/timkpaine/lantern/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/lantern)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/pylantern/Lobby)
[![BCH compliance](https://bettercodehub.com/edge/badge/timkpaine/lantern?branch=master)](https://bettercodehub.com/)
[![PyPI](https://img.shields.io/pypi/l/pylantern.svg)](https://pypi.python.org/pypi/pylantern)
[![PyPI](https://img.shields.io/pypi/v/pylantern.svg)](https://pypi.python.org/pypi/pylantern)
[![Docs](https://img.shields.io/readthedocs/pylantern.svg)](https://pylantern.readthedocs.io)

<!-- [![Beerpay](https://beerpay.io/timkpaine/lantern/badge.svg?style=flat)](https://beerpay.io/timkpaine/lantern) -->


<!-- ![](https://raw.githubusercontent.com/timkpaine/lantern/master/docs/img/demo.gif) -->


## Note: Lantern Live has moved to [tributary](https://github.com/timkpaine/tributary)
## Note: Email reports have moved to [jupyterlab_email](https://github.com/timkpaine/https://github.com/timkpaine/jupyterlab_email)
## Note: `Publish` is removed in favor of [Voila](https://github.com/QuantStack/voila)

## Install
To install the base package from pip:

`pip install pylantern`

To Install from source:

`make install`


To install the JupyterLab extension:

`jupyter labextension install pylantern`

or from source:

`make labextension`

To enable the Jupyter server extension:

`jupyter serverextension enable --py lantern`



Or run the corresponding commands directly

Lantern relies on JupyterLab extensions:

```
jupyter labextension install @jupyter-widgets/jupyterlab-manager
jupyter labextension install plotlywidget
jupyter labextension install @jupyterlab/plotly-extension
jupyter labextension install jupyterlab_bokeh
jupyter labextension install qgrid
jupyter labextension install @jpmorganchase/perspective-jupyterlab
jupyter labextension install ipysheet
jupyter labextension install lineup_widget
```

The following are for work in-progress on master:

```
jupyter labextension install bqplot
```


## Getting Started
[Read the docs!](http://pylantern.readthedocs.io/en/latest/index.html)


## Data
![](https://raw.githubusercontent.com/timkpaine/lantern/master/docs/img/data.gif)

## Plots
![](https://raw.githubusercontent.com/timkpaine/lantern/master/docs/img/plot/plots.gif)

## Grids
![](https://raw.githubusercontent.com/timkpaine/lantern/master/docs/img/grids.gif)


## Export Without Code:
[Read the docs!](http://pylantern.readthedocs.io/en/latest/index.html)

## Widget Tools
![](https://raw.githubusercontent.com/timkpaine/lantern/master/docs/img/widgets/widgets.gif)



