Metadata-Version: 2.1
Name: ipyaggrid
Version: 0.2.1
Summary: Jupyter widget - ag-grid in the notebook
Home-page: https://gitlab.com/DGothrek/ipyaggrid
Author: DGothrek
Author-email: louisraison1@gmail.com
License: MIT
Download-URL: https://gitlab.com/DGothrek/ipyaggrid/repository/archive.tar.gz?ref=0.2.1
Keywords: ipywidget,javascript,ag-grid
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Requires-Dist: ipywidgets (>=7.4.0)
Requires-Dist: pandas
Requires-Dist: simplejson (>=3.13.2)

# ipyaggrid

[![Latest Version](https://img.shields.io/pypi/v/ipyaggrid.svg)](https://pypi.python.org/pypi/ipyaggrid/)
[![Downloads](https://img.shields.io/pypi/dm/ipyaggrid.svg)](https://pypi.python.org/pypi/ipyaggrid/)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gl/DGothrek%2Fipyaggrid/binder-demo)

### Doc

See documentation: [DGothrek.gitlab.io/ipyaggrid](https://DGothrek.gitlab.io/ipyaggrid).

Demo notebooks are in [docs/notebooks](/docs/notebooks) and available on mybinder (see link above).  

### Credits

This repo is the result from a collaboration between [Louis Raison](https://gitlab.com/DGothrek) and [oscar6echo](https://gitlab.com/oscar6echo).

For more context, read the article [Harnessing the power of ag-Grid inÂ Jupyter](https://medium.com/@olivier.borderies/harnessing-the-power-of-ag-grid-in-jupyter-3ae27fb21012).



