Skip to main content

Installation

pip install alphai

Authentication

alphai login
This opens your browser for secure authentication. Alternatively, use a token from runalph.ai/account/tokens:
alphai login --token YOUR_TOKEN

Start JupyterLab

alphai jupyter lab
This starts JupyterLab locally and connects it to Alph. You’ll be prompted to select an organization and project.

Common Options

# Specify org and project
alphai jupyter lab --org my-org --project my-project

# Use a specific port
alphai jupyter lab --port 8889

Quick Reference

alphai login                  # Authenticate
alphai logout                 # Clear credentials
alphai status                 # Check auth status

alphai orgs list              # List organizations
alphai projects list          # List projects
alphai nb                     # Manage notebooks

alphai jupyter lab            # Start JupyterLab