KO
|
EN
gitlite — search
Search
#python
#react
#javascript
#machine-learning
#open-source
#golang
#aws
#flutter
#angular
#deep-learning
#api
#ai
lantern
★ 350
Open GitHub ↗
Data exploration glue
Download README (.md)
Explore Similar Repositories
modernmt
:
Neural Adaptive Machine Translation that adapts to context and learns from corrections.
ytk-learn
:
Ytk-learn is a distributed machine learning library which implements most of popular machine learning algorithms(GBDT, GBRT, Mixture Logistic Regression, Gradient Boosting Soft Tree, Factorization Machines, Field-aware Factorization Machines, Logistic Regression, Softmax).
MEVHorizontalContacts
:
An iOS UICollectionViewLayout subclass to show a list of contacts with configurable expandable items.
ng-http-loader
:
:dango: Smart angular HTTP interceptor - Intercepts automagically HTTP requests and shows a spinkit spinner / loader / progress bar
lumen-api-starter
:
Lumen 10 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lantern
?
Download (.md)
# <a href="https://pylantern.readthedocs.io"><img src="docs/img/logo.png" width="300"></a> An orchestration layer for plots and tables, dummy datasets, widgets, research, reports, and anything else a data scientist might need. [](https://github.com/timkpaine/lantern/actions/) []() [](https://codecov.io/gh/timkpaine/lantern) [](https://pypi.python.org/pypi/pylantern) [](https://pypi.python.org/pypi/pylantern) <!-- [](https://beerpay.io/timkpaine/lantern) --> <!--  --> ## Note: Lantern Live has moved to [tributary](https://github.com/timkpaine/tributary) ## Note: Email reports have moved to [jupyterlab_email](https://github.com/timkpaine/jupyterlab_email) ## Note: `Publish` is removed in favor of [Voila](https://github.com/voila-dashboards/voila) ## Note: `Export` code has has moved to [jupyterlab_commands](https://github.com/timkpaine/jupyterlab_commands/) and [jupyterlab_nbconvert_nocode](https://github.com/timkpaine/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: - [jupyterlab_email](https://github.com/timkpaine/jupyterlab_email) - [tributary](https://github.com/timkpaine/tributary) - [jupyterlab_commands](https://github.com/timkpaine/jupyterlab_commands/) - [jupyterlab_nbconvert_nocode](https://github.com/timkpaine/jupyterlab_nbconvert_nocode) - [Voila](https://github.com/voila-dashboards/voila) ## Install To install the base package from pip: `pip install pylantern` To Install from source: `make install` 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 @finos/perspective-jupyterlab jupyter labextension install ipysheet jupyter labextension install lineup_widget ``` The following are for work in-progress on main: ``` jupyter labextension install bqplot ``` ## Data  ## Plots  ## Grids  ## Export Without Code: Note: this has moved to [jupyterlab_commands](https://github.com/timkpaine/jupyterlab_commands/) ## Widget Tools 