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.
Was this helpful?
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.
Was this helpful?
The SDK can be installed via pip as shown below:
For development, install from source with:
When creating a CodeOcean
client as shown below, you will use your Code Ocean API token. The Python library will then automatically send this key in each request. You can learn more about creating a Code Ocean API Token in our guide .
The , , and sections of the Code Ocean API Guide all contain examples using the Python SDK.