Skip to main content

Bring the power of Handsontable to Python and Jupyter Notebook

Project description

pyhandsontable

View a 2-D array, probably from pyexcel in Jupyter Notebook, and export to *.html.

Usage

>>> from pyhandsontable import generate_html, view_table
>>> view_table(width=800, height=500, data=data_matrix, **kwargs)

Acceptable kwargs

{
  rowHeaders: true,
  colHeaders: true,
  dropDownMenu: true,
  filter: true,
  colWidths: 200
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyhandsontable-0.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pyhandsontable-0.1.0-py2.py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page