1 · get
curl -O https://raw.githubusercontent.com/pinky-and-co/pinky-studio/main/duckdb_explorer/server.py
2 · install
pip install duckdb fastapi uvicorn python-multipart
3 · start
uvicorn server:app --port 8000
Run steps 1 and 3 from the same directory.