Automatic Setup (recommended)
On first use, TabPFN will automatically open a browser window where you can log in via PriorLabs and accept the license terms. Your authentication token is cached locally, so you only need to do this once.Headless / CI Environments
For environments where a browser is not available (e.g. remote servers, CI pipelines, Docker containers):- Visit https://ux.priorlabs.ai and log in
- Go to the License tab and accept the license
- Copy your authentication token from your account
- Set the
TABPFN_TOKENenvironment variable:
TABPFN_NO_BROWSER to disable the automatic browser login if needed (e.g. in environments where opening a browser is undesirable).
Google Colab
In Google Colab, the browser-based login flow works automatically. Alternatively, you can set theTABPFN_TOKEN secret:
- Select “Secrets” from the left-hand menu
- Create a new secret with name
TABPFN_TOKENand value set to your token - Ensure that “Notebook access” is enabled