Notebooks for testing the Signals stream and batch attribute generation.
- Install poetry
- Install dependencies:
poetry install --no-root
- Copy the
.env.example
file into a.env
file and fill in the API keys and Console organization ID. - Open with Visual Studio Code and navigate to a notebook
- Make sure that you are using the same Python interpreter as used for installing the dependencies
To run these notebooks using Google Colab, follow these steps:
Start by copying the link to the GitHub repository containing the notebook you want to run. Click the green “Code” button, and select “Copy” to copy the repository link.
Note: You must use the HTTPS link to the repo
Open Google Colab in your web browser at colab.research.google.com. Sign in to your Google account if you’re not already logged in.
In the Colab interface, click “GitHub,” enter the GitHub URL, and hit the search icon.
Select the repository, the branch and the Jupyter notebook you want to open.
Add your environment secrets to the notebook, and make them availble to the environment.
With the notebook directory open, you can run the notebook cells just as you would in a local Jupyter notebook.