Metadata-Version: 2.1
Name: datasette-nteract-data-explorer
Version: 0.1.0
Summary: automatic visual data explorer for datasette
Home-page: https://github.com/hydrosquall/datasette-nteract-data-explorer
Author: Cameron Yick
License: Apache License, Version 2.0
Project-URL: Issues, https://github.com/hydrosquall/datasette-nteract-data-explorer/issues
Project-URL: CI, https://github.com/hydrosquall/datasette-nteract-data-explorer/actions
Project-URL: Changelog, https://github.com/hydrosquall/datasette-nteract-data-explorer/releases
Platform: UNKNOWN
Classifier: Framework :: Datasette
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# datasette-nteract-data-explorer

[![PyPI](https://img.shields.io/pypi/v/datasette-nteract-data-explorer.svg)](https://pypi.org/project/datasette-nteract-data-explorer/)
[![Changelog](https://img.shields.io/github/v/release/hydrosquall/datasette-nteract-data-explorer?include_prereleases&label=changelog)](https://github.com/hydrosquall/datasette-nteract-data-explorer/releases)
[![Tests](https://github.com/hydrosquall/datasette-nteract-data-explorer/workflows/Test/badge.svg)](https://github.com/hydrosquall/datasette-nteract-data-explorer/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/hydrosquall/datasette-nteract-data-explorer/blob/main/LICENSE)

Automatic data visualization for Datasette

## Installation

Install this plugin in the same Python environment as Datasette.

```bash
datasette install datasette-nteract-data-explorer
```

## Usage

- Click "toggle" to open the panel
- Use the "advanced settings" mode to override the inferred field types. (For example, you may want to treat a number as a "string" to make it appear available as a dimension that could be used with color)
- See a [live demo](https://data-explorer.nteract.io/) of this component in action.
- TODO: Add a live Datasette demo.

## Development

See [contributing docs](./docs/CONTRIBUTING.md)

## Acknowledgements

- The [Data Explorer](https://github.com/nteract/data-explorer) was designed by Elijah Meeks. I co-maintain this project as part of the [Nteract](https://nteract.io/) open-source team. You can read about the design behind this tool [here](https://blog.nteract.io/designing-the-nteract-data-explorer-f4476d53f897)
- The data model is based on the [Frictionless Data Spec](https://specs.frictionlessdata.io/).
- This plugin was bootstrapped by Simon Willison's [Datasette plugin template](https://simonwillison.net/2020/Jun/20/cookiecutter-plugins/)


