How to install and set up the Predibase Python SDK
pip install predibase
from predibase import Predibase
PREDIBASE_API_TOKEN
# For Linux/Mac export PREDIBASE_API_TOKEN=<PREDIBASE API TOKEN> # For Windows set PREDIBASE_API_TOKEN=<PREDIBASE API TOKEN>
from predibase import Predibase pb = Predibase(api_token="<PREDIBASE API TOKEN>")