Floability Documentation
Floability CLI helps you package and run reproducible notebook workflows using backpacks — self-contained bundles of workflow, software, data, and compute that run the same way everywhere.
Start Here
Core Concepts
- Backpacks — the unit of a reproducible workflow
- Instances — where backpacks run
- Workers — how tasks are distributed across compute
Maintenance
- CLI Commands — tools — clean cache and instance directories
How-To Guides
- Update Environment — keep your environment.yml in sync with what’s actually installed
- Troubleshooting
Deployment
Reference
- CLI Commands — all commands and options
- Data Specification
- Compute Specification
- Instance Registry
Examples
- Matrix multiplication — quickstart example
- All examples