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
.env
file- Tilebox API Key – create here
- Tilebox Cluster slug – create here
- Install the
uv
Python package manager – installation instructions
- Clone the repository
- Install dependencies with
uv sync
- Copy
.env.example
to.env
and 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 .