{"id":13421776,"url":"https://github.com/jupyter-widgets-contrib/ipysheet","last_synced_at":"2026-03-11T10:05:06.401Z","repository":{"id":28468350,"uuid":"96782566","full_name":"jupyter-widgets-contrib/ipysheet","owner":"jupyter-widgets-contrib","description":"Jupyter handsontable integration","archived":false,"fork":false,"pushed_at":"2024-01-04T06:37:51.000Z","size":1555,"stargazers_count":555,"open_issues_count":77,"forks_count":68,"subscribers_count":16,"default_branch":"master","last_synced_at":"2026-03-10T00:46:44.823Z","etag":null,"topics":["jupyter","spreadsheet","widgets"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jupyter-widgets-contrib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-10T13:46:31.000Z","updated_at":"2026-02-26T01:26:54.000Z","dependencies_parsed_at":"2024-06-18T13:34:32.784Z","dependency_job_id":"c7971d7b-5341-402a-ac5d-757d11badf49","html_url":"https://github.com/jupyter-widgets-contrib/ipysheet","commit_stats":null,"previous_names":["jupyter-widgets-contrib/ipysheet","quantstack/ipysheet"],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/jupyter-widgets-contrib/ipysheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets-contrib%2Fipysheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets-contrib%2Fipysheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets-contrib%2Fipysheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets-contrib%2Fipysheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jupyter-widgets-contrib","download_url":"https://codeload.github.com/jupyter-widgets-contrib/ipysheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets-contrib%2Fipysheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30377838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jupyter","spreadsheet","widgets"],"created_at":"2024-07-30T23:00:29.790Z","updated_at":"2026-03-11T10:05:06.353Z","avatar_url":"https://github.com/jupyter-widgets-contrib.png","language":"Python","funding_links":[],"categories":["Uncategorized","Interactive Widgets \u0026 Visualization","others"],"sub_categories":["Uncategorized"],"readme":"# ipysheet\n\n# WARNING\n\nDue to [Handsontable licensing changes](https://handsontable.com/blog/handsontable-drops-open-source-for-a-non-commercial-license) ipysheet is stuck witch the outdated Handsontable version 6.2.2 (open-source).\nWe recommend not using ipysheet anymore. We suggest an alternative like [ipydatagrid](https://github.com/bloomberg/ipydatagrid).\n\nSpreadsheet in the Jupyter notebook:\n\n   * Try it out using binder: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-widgets-contrib/ipysheet/stable?filepath=docs%2Fsource%2Findex.ipynb)\n   * Or check out the documentation at [https://ipysheet.readthedocs.io/](https://ipysheet.readthedocs.io/en/stable/)\n\n**Create a table and drive a value using ipywidgets:**\n\n![Slider Screencast](docs/source/ipysheet_slider.gif)\n\n**Perform a calculation on slider change:**\n\n![Slider Calculation Screencast](docs/source/ipysheet_slider_calculation.gif)\n\n**Change cell style depending on the value using renderers:**\n\n![Conditional formatting](docs/source/conditional_formatting.png)\n\n**Populate table using cell ranges:**\n\n![Cell Ranges Screencast](docs/source/ipysheet_cell_range.gif)\n\n# Installation\n\nWith conda:\n\n```\n$ conda install -c conda-forge ipysheet\n```\n\nWith pip:\n\n```\n$ pip install ipysheet\n```\n\n### Development install\n\nNote: You will need NodeJS to build the extension package.\n\nThe `jlpm` command is JupyterLab's pinned version of\n[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use\n`yarn` or `npm` in lieu of `jlpm` below.\n\n```bash\n# Clone the repo to your local environment\n# Change directory to the ipysheet directory\n# Install package in development mode\npip install -e .\n# Link your development version of the extension with JupyterLab\njupyter labextension develop . --overwrite\n# Rebuild extension Typescript source after making changes\njlpm run build\n```\n\nYou can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.\n\n```bash\n# Watch the source directory in one terminal, automatically rebuilding when needed\njlpm run watch\n# Run JupyterLab in another terminal\njupyter lab\n```\n\nWith the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).\n\nBy default, the `jlpm run build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:\n\n```bash\njupyter lab build --minimize=False\n```\n\n### Development uninstall\n\n```bash\npip uninstall ipysheet\n```\n\nIn development mode, you will also need to remove the symlink created by `jupyter labextension develop`\ncommand. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`\nfolder is located. Then you can remove the symlink named `ipysheet` within that folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyter-widgets-contrib%2Fipysheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupyter-widgets-contrib%2Fipysheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyter-widgets-contrib%2Fipysheet/lists"}