Project description
datasette-seaborn

Statistical visualizations for Datasette using Seaborn (very early alpha, likely broken and insecure)
Installation
Install this plugin in the same environment as Datasette.
$ datasette install datasette-seaborn
Usage
Navigate to the new .seaborn
extension for any Datasette table.
The _seaborn
argument specifies a method on sns
to execute, e.g. ?_seaborn=relplot
.
Extra arguments to those methods can be specified using e.g. &_seaborn_x=column_name
.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-seaborn
python3 -mvenv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
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
File details
Details for the file datasette-seaborn-0.1a0.tar.gz
.
File metadata
-
Download URL: datasette-seaborn-0.1a0.tar.gz
- Upload date:
-
Size: 2.7 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Hashes for datasette-seaborn-0.1a0.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
2cf729bc000c65d02033ed707699c146e697644c8cdabc3b1ece3b20f69a64ad
|
|
MD5 |
4f2e5587fbd02580990f016512467d2e
|
|
BLAKE2b-256 |
2a27de005a9e24661f82368acdc59a882cd1ac8452733e7747bf71dc97143885
|
|
See more details on using hashes here.
File details
Details for the file datasette_seaborn-0.1a0-py3-none-any.whl
.
File metadata
-
Download URL: datasette_seaborn-0.1a0-py3-none-any.whl
- Upload date:
-
Size: 2.9 kB
- Tags: Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
Hashes for datasette_seaborn-0.1a0-py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
6405f2791a6f007ad44e343bc84723bbb17aa3d74cceeca64224701adbb8523a
|
|
MD5 |
a0dd80721bb114e874dbea2c9dbc2fa9
|
|
BLAKE2b-256 |
6a4b5175001045adf7053307e29bc3a5c3843d8c5a4f35d32f2061c718aebeab
|
|
See more details on using hashes here.