An orchestration layer for plots and tables, dummy datasets, widgets, research, reports, and anything else a data scientist might need.
Note: Lantern Live has moved to tributary
Note: Email reports have moved to jupyterlab_email
Note: Publish
is removed in favor of Voila
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