Analytics library
Project description
# Lantern An orchestration layer for plots and tables, dummy datasets, research, reports, and anything else a data scientist might need.
[](https://travis-ci.org/timkpaine/lantern) []() [](http://waffle.io/timkpaine/lantern) [](https://codecov.io/gh/timkpaine/lantern) [](https://gitter.im/pylantern/Lobby) [](https://bettercodehub.com/) [](https://pypi.python.org/pypi/pylantern) [](https://pypi.python.org/pypi/pylantern) [](https://www.npmjs.com/package/pylantern) [](https://pylantern.readthedocs.io)
<!– [](https://beerpay.io/timkpaine/lantern) –>

## 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 @jupyterlab/plotly-extension jupyter labextension install jupyterlab_bokeh jupyter labextension install qgrid jupyter labextension install @jpmorganchase/perspective-jupyterlab `
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)