Python SDK
The Code Ocean Python SDK makes it even easier to leverage the full functionality of the extensive Code Ocean Public API in your Python scripts and applications.
Installation
pip install -U codeoceanpip install -e .[dev] -Authentication
from codeocean import CodeOcean
client = CodeOcean(domain="https://{domain}", token="cop_d23dasd312")Examples
Was this helpful?