Datasette pre-configured with useful plugins.
Experimental alpha release. This is an early experiment at the moment.
Try this out in GitHub Codespaces
This tool makes Datasette (currently the 1.0 alpha series) available as datasette-studio
with a set of useful plugins pre-installed.
It is strongly recommended to install this using pipx, since doing so will ensure that this version of Datasette has its own isolated environment.
pipx install datasette-studio
For help, run:
datasette-studio --help
To list available plugins run:
datasette-studio plugins
To install additional plugins use:
datasette-studio install datasette-graphql
The datasette-studio
command is an alias for regular datasette
, so consult the Datasette documentation for more information on how to use it.