lantern

Data exploration glue

APACHE-2.0 License

Downloads
563
Stars
350
Committers
3
lantern - Release v0.1.6 Latest Release

Published by timkpaine over 4 years ago

Bugfix to remove entry points

lantern - Release v0.1.5

Published by timkpaine about 5 years ago

lantern - Release v0.1.4

Published by timkpaine about 5 years ago

bugfix release

lantern - Release v0.1.3

Published by timkpaine about 5 years ago

Make resilient to cufflinks import error.

lantern - Release v0.1.2

Published by timkpaine about 6 years ago

  • adding lineup grid type (cluster gram)
lantern - Release v0.1.1

Published by timkpaine about 6 years ago

  • Superstore sample data
  • Local variable inspector widget
  • Generic sidecar widget
  • Ipysheet support for grids
lantern - Release v0.1.0

Published by timkpaine about 6 years ago

  • Plotly right-axis reenables
  • Plotly and Matplotlib color-code right axes
  • General code cleanup
  • #76 #166 #163
  • specify plot size #168
  • Better datagen

Better datagen

  • Simplified cufflinks/sklearn interfaces
  • Added fake person/people, company/companies, exposed fake ticker, added fake currency and trades
lantern - Release v0.0.20

Published by timkpaine about 6 years ago

lantern - Release v0.0.19

Published by timkpaine about 6 years ago

  • email separated into separate jlab extension
  • publish removed in favor of new voila package
  • perspective migrated to pre-release widget based version
lantern - Release v0.0.18

Published by timkpaine over 6 years ago

  • Adding perspective to post install dependencies
  • Updating LanternLive pipeline to run on thread
  • Initial work for live replay
  • Upping js versioning for new JupyterLab
  • Bugfix for LanternLive rank incrementing
  • Using six for py2/py3
  • Right axis support and bug fixes for matplotlib
  • Bars+Lines bugfix for matplotlib
  • Pre-support for phosphor grid
  • Vspan/Hspan/Vline/Hline working for Matplotlib and Plotly (#57, #58)
lantern - Release v0.0.17

Published by timkpaine over 6 years ago

  • Adding support for plot command
  • Adding support for functional pipelines for lantern live and adding examples #150 #155
  • Support for dictionaries in live #152
  • Adding support for custom publish/export templates #119
  • Allow different comm intervals for live #143
  • Move perspective to proper extension #149
  • Improved test coverage
  • bugfix for in_pynb
  • Removing older grinding constructs
lantern - Release v0.0.16

Published by timkpaine over 6 years ago

  • Support for Lantern.Live via a callback (LanternLive.on_data)
  • Bugfixes for Lantern Live
lantern - Release v0.0.15

Published by timkpaine over 6 years ago

  • Bugfix Release
lantern - Release v0.0.14

Published by timkpaine over 6 years ago

  • Additional Datasources for Perspective integration
  • Histogram support
  • Docs for all the above
  • Jenkins build for branch builds off travis
lantern - Release v0.0.13

Published by timkpaine over 6 years ago

  • First iteration of lantern live, supports rendering via Perspective
  • read more on the docs
lantern - Release v0.0.12

Published by timkpaine over 6 years ago

Compatibility release for version updates of JupyterLab, Qgrid.

lantern - Release v0.0.11

Published by timkpaine almost 7 years ago

  • Major plot API changes, adding an OO interface in place of the old plot interface. Will add it back in once things are fully fleshed out
  • Currently supporting:
    • line
    • area
    • step
    • bar
    • scatter
  • Supporting qgrid for tables
lantern - Release v0.0.10

Published by timkpaine about 7 years ago

  • Fix pairplot type check #101
  • Fix for multi type plotting #102
  • Removed y=0 line #103
  • Matplotlib aligning y axes #93
  • Matplotlib pair plot coloring #105
  • Matplotlib legend on right side #107
  • Matplotlib hide top axis #108
  • Matplotlib lmplot coloring #98
  • Export PDF with no code as jupyterlab plugin #17
  • Export HTML with no code as jupyterlab plugin #18
lantern - Release v0.0.9

Published by timkpaine about 7 years ago

  • Cleanup repo
  • Plotly legend support #65
  • Fixed scatter
  • Plotly specifying Y axis #89
  • Matplotlib specifying Y axis #41
  • No more 'none' columns in scatter/bubble #87
  • PairPlots in matplotlib #56
  • ProbPlot, LMPlot from seaborn #49
lantern - Release v0.0.8

Published by timkpaine about 7 years ago

  • Lines + bars working in matplotlib #71
  • Matplotlib multiple legend issue fixed #73
  • Matplotlib multiple scatter plots fixed #70
  • x label/ y label and title in Plotly #74
  • Themes exposed from top level #55
  • X-Y changing strategy for scatter #21
  • "None" plot type added to hide plots #84