Observable Plot Datasette plugin
Project description
datasette-plot
A Datasette plugin for making data visualizations with Observable Plot .
Installation
Install this plugin in the same environment as Datasette.
datasette install datasette-plot
Usage
Once installed, table pages and SQL query pages will have a new "Show plot" button that will open the datasette-plot
.
Current, datasette-plot
only supports a few visualization marks from Plot, including dot, line, area, bar, and more.
Use the Link to this plot
URL to share visualization with others. The link will have your plot options encoded in the URL.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-plot
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for datasette_plot-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 088eabe1424b4529282da2d6ab4886344fed07b44f6e118dbfe8cbcb598cc91f |
|
MD5 | 73ad283a1a706c0a5109cf50128f97af |
|
BLAKE2b-256 | 8502a4b4d5fa3e2e305f20b967ebe53249ccea23d680dff17daffc552641770b |