Run and connect a JupyterLab server to Alph from anywhere
pip install alphai
alphai login
alphai login --token YOUR_TOKEN
alphai jupyter lab
# Specify org and project alphai jupyter lab --org my-org --project my-project # Use a specific port for the notebook server alphai jupyter lab --port 8889 # Expose a web app through Alph's tunnel alphai jupyter lab --app-port 5000
alphai login # Authenticate alphai logout # Clear credentials alphai status # Check auth status alphai orgs # List organizations alphai projects # List projects alphai nb # Manage notebooks alphai jupyter lab # Start JupyterLab