{"id":17758275,"url":"https://github.com/jupyter-widgets/ipydatagrid","last_synced_at":"2026-04-09T00:02:05.006Z","repository":{"id":37107293,"uuid":"197740704","full_name":"jupyter-widgets/ipydatagrid","owner":"jupyter-widgets","description":"Fast Datagrid widget for the Jupyter Notebook and JupyterLab","archived":false,"fork":false,"pushed_at":"2026-01-15T08:07:19.000Z","size":35763,"stargazers_count":637,"open_issues_count":86,"forks_count":50,"subscribers_count":16,"default_branch":"main","last_synced_at":"2026-04-07T06:08:38.496Z","etag":null,"topics":["datagrid","datatable","grid","jupyter-notebooks","jupyterlab-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jupyter-widgets.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2019-07-19T09:06:19.000Z","updated_at":"2026-04-02T01:56:35.000Z","dependencies_parsed_at":"2023-09-22T11:48:12.497Z","dependency_job_id":"27c7286c-ca54-4bc6-b297-c22b6ab84894","html_url":"https://github.com/jupyter-widgets/ipydatagrid","commit_stats":{"total_commits":611,"total_committers":22,"mean_commits":"27.772727272727273","dds":0.5499181669394435,"last_synced_commit":"24f1586206f7dff173abbc4fd9c2f300c608c63d"},"previous_names":["jupyter-widgets/ipydatagrid","bloomberg/ipydatagrid"],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/jupyter-widgets/ipydatagrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets%2Fipydatagrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets%2Fipydatagrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets%2Fipydatagrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets%2Fipydatagrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jupyter-widgets","download_url":"https://codeload.github.com/jupyter-widgets/ipydatagrid/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jupyter-widgets%2Fipydatagrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["datagrid","datatable","grid","jupyter-notebooks","jupyterlab-extension"],"created_at":"2024-10-26T18:01:33.403Z","updated_at":"2026-04-09T00:02:04.958Z","avatar_url":"https://github.com/jupyter-widgets.png","language":"TypeScript","funding_links":[],"categories":["Interactive Widgets \u0026 Visualization"],"sub_categories":[],"readme":"# ipydatagrid\n\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-widgets/ipydatagrid/HEAD?urlpath=lab%2Ftree%2Fexamples%2FDataGrid.ipynb)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)\n\nFast Datagrid widget for the Jupyter Notebook and JupyterLab\n\n## Menu\n\n- [Usage and Examples](#Usage-and-Examples)\n- [Installation](#Installation)\n- [Development installation](#Development-installation)\n- [Contributions](#Contributions)\n- [License](#License)\n- [Code of Conduct](#Code-of-Conduct)\n- [Security Vulnerability reporting](#Security-Vulnerability-reporting)\n\n## Usage and Examples\n\nA fully-featured DataGrid interface\n[![DataGrid](./static/ipydatagrid_1.gif)](https://github.com/jupyter-widgets/ipydatagrid/blob/main/examples/DataGrid.ipynb)\n\nHighly performant and fully integrated with ipywidgets\n[![DataGrid](./static/ipydatagrid_2.gif)](https://github.com/jupyter-widgets/ipydatagrid/blob/main/examples/DataGrid.ipynb)\n\nCustomize the way data is represented in your grid using a variety of renderers\n[![DataGrid](./static/ipydatagrid_3.gif)](https://github.com/jupyter-widgets/ipydatagrid/blob/main/examples/DataGrid.ipynb)\n\nEnjoy a sophisticated selections model with two-way data binding\n[![DataGrid](./static/ipydatagrid_4.gif)](https://github.com/jupyter-widgets/ipydatagrid/blob/main/examples/Selections.ipynb)\n\nConditional formatting powered by Vega Expressions\n[![DataGrid](./static/ipydatagrid_5.gif)](https://github.com/jupyter-widgets/ipydatagrid/blob/main/examples/ConditionalFormatting.ipynb)\n\nTutorial and example notebooks can be found in the `/examples` directory.\n\n## Installation\n\nIf using JupyterLab, `ipydatagrid` requires JupyterLab version 3 or higher.\n\nYou can install `ipydatagrid` using `pip` or `conda`:\n\nUsing `pip`:\n\n```bash\npip install ipydatagrid\n```\n\nUsing `conda`:\n\n```bash\nconda install -c conda-forge ipydatagrid\n```\n\nIf you are using Jupyter Notebook 5.2 or earlier, you may also need to enable\nthe nbextension:\n\n```bash\njupyter nbextension enable --py [--sys-prefix|--user|--system] ipydatagrid\n```\n\nNOTE: For examples using Scales from bqplot to work as intended, the bqplot notebook and lab extensions must be installed as well. See the [bqplot repo](https://github.com/bqplot/bqplot) for installation instructions:\n\n## Development installation\n\nFor a development installation:\n\n```bash\ngit clone https://github.com/jupyter-widgets/ipydatagrid.git\ncd ipydatagrid\nconda install ipywidgets=8 jupyterlab\npip install -ve .\n```\n\nEnabling development install for Jupyter notebook:\n\n```bash\njupyter nbextension install --py --symlink --sys-prefix ipydatagrid\njupyter nbextension enable --py --sys-prefix ipydatagrid\n```\n\nEnabling development install for JupyterLab:\n\n```bash\njupyter labextension develop . --overwrite\n```\n\nNote for developers: the `--symlink` argument on Linux or OS X allows one to modify the JavaScript code in-place. This feature is not available with Windows.\n\nIf you are changing TypeScript code you can watch for code changes and automatically rebuild using\n```bash\njlpm watch\n```\nin one terminal and\n```bash\njupyter lab\n```\n(or `jupyter notebook` or similar) in another.\n\n## Contributions\n\nWe :heart: contributions.\n\nThe ipydatagrid package is under the [Jupyter-Widgets](https://github.com/jupyter-widgets) [software subproject](https://jupyter.org/governance/software_subprojects.html).\n\nWe appreciate contributions from the community.\n\nWe follow the [IPython Contributing Guide](https://github.com/ipython/ipython/blob/main/CONTRIBUTING.md)\nand [Jupyter Contributing Guides](https://jupyter.readthedocs.io/en/latest/contributor/content-contributor.html)\n\n## License\n\nPlease read the [LICENSE](LICENSE.txt) file.\n\n## Code of Conduct\n\nThis project has adopted a [Project Jupyter's Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md).\n\n## Security Vulnerability Reporting\n\nIf you believe you have identified a security vulnerability in this project, please raise an issue to the project,\ndetailing the suspected problem and any methods you've found to reproduce it.\n\nPlease do NOT open an issue in the GitHub repository, as we'd prefer to keep vulnerability reports private until\nwe've had an opportunity to review and address them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyter-widgets%2Fipydatagrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjupyter-widgets%2Fipydatagrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjupyter-widgets%2Fipydatagrid/lists"}