Skip to main content
Archived

This project has been archived by its maintainers, and is no longer receiving any updates.

version number: 0.0.1 author: David Fullmer

Overview

Integrate handsontables with pandas for jupyter with two way bindings.

Installation / Usage

To install use pip:

$ pip install handsontablesjs

Or clone the repo:

$ git clone https://github.com/techmuch/jupyter-handsontables.git $ python setup.py install

Contributing

TBD

Example

import numpy as np import pandas as pd from handsontablesjs import *

data = np.random.randint(size=(3, 5), low=100, high=900) df = pd.DataFrame(data)

ht = HandsonTable(value=df)

Simply use ht to view the handsontable or ht.value to view the pandas dataframe

Release history Release notifications | RSS feed

This release

0.0.1 This release

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page