{ "info": { "author": "David Fullmer", "author_email": "david.d.fullmer@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "handsontables for jupyter\n===============================\n\nversion number: 0.0.1\nauthor: David Fullmer\n\nOverview\n--------\n\nIntegrate handsontables with pandas for jupyter with two way bindings.\n\nInstallation / Usage\n--------------------\n\nTo install use pip:\n\n $ pip install handsontablesjs\n\n\nOr clone the repo:\n\n $ git clone https://github.com/techmuch/jupyter-handsontables.git\n $ python setup.py install\n\nContributing\n------------\n\nTBD\n\nExample\n-------\n\n import numpy as np\n import pandas as pd\n from handsontablesjs import *\n\n data = np.random.randint(size=(3, 5), low=100, high=900)\n df = pd.DataFrame(data)\n\n ht = HandsonTable(value=df)\n\nSimply use ht to view the handsontable or ht.value to view the pandas dataframe", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/techmuch/jupyter-handsontables/tarball/0.0.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/techmuch/handsontablesjs", "keywords": "excel table jupyter ipython notebook binding pandas", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "handsontablesjs", "package_url": "https://pypi.org/project/handsontablesjs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/handsontablesjs/", "project_urls": { "Download": "https://github.com/techmuch/jupyter-handsontables/tarball/0.0.1", "Homepage": "https://github.com/techmuch/handsontablesjs" }, "release_url": "https://pypi.org/project/handsontablesjs/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Integrate handsontables with pandas for jupyter", "version": "0.0.1" }, "last_serial": 1889898, "releases": { "0.0.1": [] }, "urls": [] }