Coiled Product Detail

Easy to Use

Get started with just a few clicks right in your terminal.

Feature Details

Package Sync

Replicate your local software environment to your cluster. Rapidly iterate on locally-developed software. No more painful mismatched version errors or fighting with Docker.

Credentials

You can use the cluster as an extension of your laptop, rather than a separate entity, without going through the frustration of setting up permissions and authentication.

Easy Setup in Your Cloud Account

By using your own cloud account, you keep your data and computation easily accessible and under your control. You can get started with just a few clicks right in your terminal.

With GitHub, Google or email.

Use your AWS or GCP account.

Start scaling.

$ pip install coiled
$ coiled setup
$ ipython
>>> import coiled
>>> cluster = coiled.Cluster(n_workers=500)