Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datasette-nteract-data-explorer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datasette-nteract-data-explorer

Nteract data explorer in datasette

  • 1.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

datasette-nteract-data-explorer

PyPI Changelog Tests License

Automatic data visualization for Datasette

Installation

Install this plugin in the same environment as Datasette.

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 of this component in action.
  • TODO: Add a live Datasette demo.

Development

Python

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-nteract-data-explorer
python3 -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Or if you are using pyenv:

pyenv virtualenv 3.9.10 datasette-nteract-data-explorer
pyenv

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest

Javascript

To ensure stability when resolving 3rd party dependencies, we use the Yarn package manager.

yarn install

To build a local test page

yarn run serve:dev

To build the package for production

yarn run build

Acknowledgements

FAQs

Package last updated on 26 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc