The Code Ocean Python SDK provides convenient access to the Code Ocean API from applications written in the Python language. This SDK enables you to manage Code Ocean resources such as Capsules, Data Assets, and Computations in your Python applications.
The Code Ocean REST API documentation can be found in the Code Ocean User Guide.
pip install -U codeocean
For development, install from source with:
pip install -e .[dev] -U