Skip to main content
Version: v0.8.x

Python Client Guide

Installation

The H2O Drive python client is published on PyPI and can be installed using pip.

pip install h2o-drive

Using the client

Once installed, the package can be imported using import h2o_drive.

import h2o_drive

drive = await h2o_drive.Drive()
info

When this python client is used within the H2O AI Cloud environment or locally with the H2O AI Cloud CLI configured, no further configuration is needed.

To start using the H2O Drive python client with H2O AI Cloud, follow the instructions on this notebook.


Feedback