Installation

Installation is simple using pip:

pip install odp-sdk

If you want to use pandas Dataframe you also need to install pandas as a dependency using this command:

pip install odp-sdk[pandas]

If you are working on the ODP Workspaces you can use this command in the Terminal or in a Jupyter Notebook file to install the ODP SDK directly into the workspace instance.

Setting up authentication is covered in the Authentication guide.

To get started with the ODP SDK, you can follow the Examples guide, which provides a list of functionalities that are covered in the example files and instructions on how to clone the examples to your local workstation or ODP Workspaces .