Prerequisites
Before you can configure and use Python with Embedded Cloud, you must first connect a data source to your Connect AI account. See Sources for more information.Install the Driver
Follow these steps to download and install the driver:Download and extract the setup archive for your operating system.
Windows Installation
Choose the folder for your Python version, and then the folder for your bitness. For example, if you have Python 3.9 and a 64-bit operating system, open the
win > Python39 > 64 folder.Mac and Unix Installation
Connect to Embedded Cloud
Follow these steps for an example of how to connect to Embedded Cloud from your Python code:Import
cdata.connect, create a connection object, and and pass the connection string as an argument, as in the example below:If you are not already logged into Connect AI, the OAuth login page opens in your default web browser. Log in to continue.