Installation
Frisky is published as the Python package frisky.
pip install frisky
With uv
For a project environment:
uv add frisky
To try Frisky without creating a project first:
uvx --from "frisky[dask]" frisky demo
This starts a local multi-process cluster, opens the dashboard, and runs a small workload continuously.