{"id":13559071,"url":"https://github.com/nteract/data-explorer","last_synced_at":"2025-04-09T16:04:43.913Z","repository":{"id":39258597,"uuid":"232602733","full_name":"nteract/data-explorer","owner":"nteract","description":"The Data Explorer is nteract's automatic visualization tool. ","archived":false,"fork":false,"pushed_at":"2023-01-07T13:32:03.000Z","size":5801,"stargazers_count":106,"open_issues_count":33,"forks_count":12,"subscribers_count":12,"default_branch":"next","last_synced_at":"2025-04-09T16:04:39.493Z","etag":null,"topics":["automatic-viz","data-explorer","data-viz"],"latest_commit_sha":null,"homepage":"https://data-explorer.nteract.io/","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/nteract.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-08T16:08:33.000Z","updated_at":"2025-04-01T21:13:15.000Z","dependencies_parsed_at":"2023-02-07T07:16:52.473Z","dependency_job_id":null,"html_url":"https://github.com/nteract/data-explorer","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nteract%2Fdata-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nteract%2Fdata-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nteract%2Fdata-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nteract%2Fdata-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nteract","download_url":"https://codeload.github.com/nteract/data-explorer/tar.gz/refs/heads/next","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065290,"owners_count":21041871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["automatic-viz","data-explorer","data-viz"],"created_at":"2024-08-01T12:05:19.776Z","updated_at":"2025-04-09T16:04:43.895Z","avatar_url":"https://github.com/nteract.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","others"],"sub_categories":[],"readme":"# nteract Data Explorer\n\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/nteract/examples/master?urlpath=%2Fnteract%2Fedit%2Fpython%2Fhappiness.ipynb)\n[![Node.js CI](https://github.com/nteract/data-explorer/actions/workflows/node.js.yml/badge.svg)](https://github.com/nteract/data-explorer/actions/workflows/node.js.yml)\n[![CodeQL](https://github.com/nteract/data-explorer/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/nteract/data-explorer/actions/workflows/codeql-analysis.yml)\n[![npm version](https://badge.fury.io/js/%40nteract%2Fdata-explorer.svg)](https://www.npmjs.com/package/@nteract/data-explorer)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n\nAn automatic data visualization tool.\n\n## [Interactive Documentation](https://data-explorer.nteract.io/)\n\nExplore the [documentation](https://data-explorer.nteract.io/).\n\n![Data Explorer Examples](https://user-images.githubusercontent.com/1863892/55675008-07632e80-5871-11e9-9dac-0a71450faf7b.gif)\n\n## Creating Data Explorer\n\nRead [Elijah Meeks](https://twitter.com/elijah_meeks)'s [post on designing the data explorer](https://blog.nteract.io/designing-the-nteract-data-explorer-f4476d53f897).\n\n## Using the Data Explorer\n\nTo use Data Explorer in your project, use the following approach.\n\n```bash\nyarn add @nteract/data-explorer\n```\n\nInstall `react` and `styled-components` if you are not already using them.\n\n```bash\nyarn add react styled-components\n```\n\nThe `data` prop must be a [tabular data resource `application/vnd.dataresource+json`](https://frictionlessdata.io/specs/tabular-data-resource/)\n\n```jsx\n// Default import complete with right side toolbar\nimport DataExplorer from \"@nteract/data-explorer\";\n\n\u003cDataExplorer data={data} /\u003e;\n```\n\nOr, with custom `Toolbar` position:\n\n```jsx\n// Individual components as named imports\nimport { DataExplorer, Toolbar, Viz } from \"@nteract/data-explorer\";\n\n\u003cDataExplorer data={data}\u003e\n  \u003cToolbar /\u003e\n  \u003cViz /\u003e\n\u003c/DataExplorer\u003e;\n\n// Toolbar is optional\n\u003cDataExplorer data={data}\u003e\n  \u003cViz /\u003e\n\u003c/DataExplorer\u003e;\n```\n\n## How do I contribute to this repo?\n\nIf you are interested in contributing to nteract, please read the [contribution guidelines](./CONTRIBUTING.md) for information on how to set up your nteract repo for development, how to update documentation, and how to submit your code changes for review on GitHub.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnteract%2Fdata-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnteract%2Fdata-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnteract%2Fdata-explorer/lists"}