/lantern

Data exploration glue

Primary LanguagePythonApache License 2.0Apache-2.0

Lantern

An orchestration layer for plots and tables, dummy datasets, widgets, research, reports, and anything else a data scientist might need.

Build Status GitHub issues Waffle.io codecov Gitter BCH compliance PyPI PyPI npm Docs

Note: Lantern Live has moved to tributary

Note: Email reports have moved to jupyterlab_email

Note: Publish is removed in favor of 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!

Data

Plots

Grids

Export Without Code:

Read the docs!

Widget Tools