No project description provided
Project description
Coiled Cloud Python API
See coiled.io
Example
from coiled import Cloud, CoiledCluster
cloud = Cloud(user="alice", token="my-secret-token",)
cluster = CoiledCluster(
organization="my-corp", configuration="production", name="experiment-1",
)
from dask.distributed import Client
client = Client(cluster)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coiled-0.0.11.tar.gz
(538.2 kB
view hashes)
Built Distribution
coiled-0.0.11-py3-none-any.whl
(26.4 kB
view hashes)