Skip to main content

AI-Powered Coding

Alph integrates AI directly into notebooks to help you write code faster.

Prompt in Cell

While editing a cell, press Ctrl/Cmd + K to open the AI prompt. Describe what you want and the AI will generate content for that cell.

Generate New Cells

Create new AI-generated cells using buttons or shortcuts:
ShortcutAction
SAdd AI markdown cell above
DAdd AI markdown cell below
FAdd AI code cell above
GAdd AI code cell below
Or click the + AI buttons between cells. Both methods use your notebook’s context — imports, variables, dataframes, and previous cells.

Tips for Better Results

Be specific:
  • Good: “Create a histogram of age with 20 bins”
  • Bad: “Make a chart”
Add context: Use markdown cells to describe your goals and data. Iterate: If the first result isn’t perfect, refine your prompt.