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
- title: title of the HTML file
- hot_css: url of the Handsontable CSS
- hot_js: url of the Handsontable Javascript
- config: add additional config as defined in https://docs.handsontable.com/pro/5.0.0/tutorial-introduction.html
- This will override the default config (per key basis) which are:
{ rowHeaders: true, colHeaders: true, dropDownMenu: true, filter: true, colWidths: 200 }
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pyhandsontable-0.1.0-py2.py3-none-any.whl (4.0 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size pyhandsontable-0.1.0.tar.gz (2.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for pyhandsontable-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be884180b1faf769e9d5cf7acc4e1531ac3773a2b82ff5152c4557a3a6bd30d8 |
|
MD5 | 8c50a49438626986910e50694de8248b |
|
BLAKE2-256 | 60062328ea0ca0ef14896b68b2b5af61307f2bec9c75f2912e9a0346540f2c0e |