Skip to content

Skaha

A lightweight pythonic interface to the CANFAR Science Platform.

Example

Python
from skaha.session import Session

session = Session()
session_id = session.create(
    name="test",
    image="images.canfar.net/chimefrb/alpine:keep",
    cores=2,
    ram=8,
    gpu=1,
    kind="headless",
    cmd="env",
    env={"TEST": "test"},
    replicas=3,
)

Get Started Go to GitHub Changelog