Documentation | Console | Discord
This repository contains starter notebooks for using the Tilebox Python SDK.
More examples and documentation can be found here and in the docs.
- Python 3.10+
- Environment variables – provide your API key and cluster slug as environment variables via
.envfile- Tilebox API Key – create here
- Tilebox Cluster slug – create here
- Install the
uvPython package manager – installation instructions
- Clone the repository
- Install dependencies with
uv sync - Copy
.env.exampleto.envand fill in the values - Run the notebooks in a Jupyter environment of your choice (e.g.
jupyterLab,vscode, etc)
# Run the notebook in JupyterLab
uv run --with jupyter jupyter lab .