(analytics was too general a name..)
An orchestration layer for plots and tables, dummy datasets, research, reports, and anything else a data scientist might need.
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
The following are for work in-progress on master:
jupyter labextension install bqplot