Working With the SDK

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.

Prerequisites

  • Python >= 3.6

  • Aquarium API Key - follow this guide to access it

Installing the SDK

pip install aquariumlearning

# for a specific version
pip install aquariumlearning==version_number

Last updated