Get Started
CLI
American Data Science CLI provides commands to manage notebook servers, environments, and compute resources from your terminal.
Installation
Install the AMDS CLI using pip:
Or using uv:
CLI Commands
Authentication
Log in to your American Data Science account.
List Servers
Display all notebook servers associated with your account.
Get Server Details
Get detailed information about a specific notebook server.
Start Server
Start a notebook server with the specified name and optional parameters.
Optional Parameters:
--environment
: Specify the environment (e.g., pytorch, tensorflow)--compute
: Choose compute type (e.g., cpu, t4-gpu, a100-gpu)--port
: Set custom port number- Additional parameters available for customization
Stop Server
Stop a running notebook server.
Launch Local Jupyter Lab
Launch a local Jupyter Lab server that connects to your online Alph editor. This allows you to work with your notebooks and files in a familiar Jupyter interface while maintaining connection to your Alph environment.