项目作者: timkpaine

项目描述 :
Data exploration glue
高级语言: Python
项目地址: git://github.com/timkpaine/lantern.git
创建时间: 2017-07-15T03:49:10Z
项目社区:https://github.com/timkpaine/lantern

开源协议:Apache License 2.0

下载


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

Build Status
GitHub issues
codecov
PyPI
PyPI

Note: Lantern Live has moved to tributary

Note: Email reports have moved to jupyterlab_email

Note: Publish is removed in favor of Voila

Note: Export code has has moved to jupyterlab_commands and jupyterlab_nbconvert_nocode

About

This library is designed to fill gaps between other libraries with the JupyterLab ecosystem. The motivation was initially to allow for plots generated with a javascript library (like plotly or bokeh) to trivially swap out for matplotlib in non-browser contexts such as NBConvert generation of PDFs.

It has expanded to include a variety of functions, including grids, emailing notebooks, publishing notebooks, custom nbconvert exporters for JupyterLab, variable inpection, custom streaming operations, and other helpful functions and widgets. As these functionalities mature, or as competeting libraries emerge, they are cut out into their own standalone libraries or removed from Lantern, respectively.

This library has produced or ceded functionality to:

Install

To install the base package from pip:

pip install pylantern

To Install from source:

make install

Lantern relies on JupyterLab extensions:

  1. jupyter labextension install @jupyter-widgets/jupyterlab-manager
  2. jupyter labextension install plotlywidget
  3. jupyter labextension install @jupyterlab/plotly-extension
  4. jupyter labextension install jupyterlab_bokeh
  5. jupyter labextension install qgrid
  6. jupyter labextension install @finos/perspective-jupyterlab
  7. jupyter labextension install ipysheet
  8. jupyter labextension install lineup_widget

The following are for work in-progress on main:

  1. jupyter labextension install bqplot

Data

Plots

Grids

Export Without Code:

Note: this has moved to jupyterlab_commands

Widget Tools