AI-Powered Coding
Alph integrates AI directly into notebooks to help you write code faster.Prompt in Cell
While editing a cell, pressCtrl/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:| Shortcut | Action |
|---|---|
S | Add AI markdown cell above |
D | Add AI markdown cell below |
F | Add AI code cell above |
G | Add AI code cell below |
Tips for Better Results
Be specific:- Good: “Create a histogram of age with 20 bins”
- Bad: “Make a chart”