Working With the SDK
Tips, Tricks, and Examples of how to work with Aquarium's Python Client
Last updated
Was this helpful?
Tips, Tricks, and Examples of how to work with Aquarium's Python Client
Aquarium provides a Python SDK to make it easy to interact with your team's projects and datasets.
We provide specific guides around ingesting your data into the platform, as well as some code snippets to showcase how to work with parts of our SDK.
Python >= 3.6
Aquarium API Key - follow this guide to access it
pip install aquariumlearning
# for a specific version
pip install aquariumlearning==version_numberLast updated
Was this helpful?
Was this helpful?