What are Notebooks?
Jupyter notebooks are interactive documents combining code, visualizations, and text. In Alph, notebooks are first-class citizens with:- AI-powered code generation
- Cloud execution via projects
- GitHub import
- Semantic search
Creating a Notebook
- Go to Notebooks in your organization
- Click New Notebook
- Enter a title and set visibility
- Start coding
The Editor
Code Cells
Write and execute Python with syntax highlighting and autocomplete
Markdown Cells
Rich text, images, LaTeX math, and tables
AI Panel
Chat with AI and generate cells with natural language
Rich Outputs
Plots, dataframes, images, and interactive widgets
Working with Cells
Add cells:- Click + between cells
- Press
A(above) orB(below) in command mode - Click + AI to generate with AI
Shift + Enter— run and move to nextCtrl/Cmd + Enter— run in place- Run All in toolbar
- Edit mode (green border) — type to edit,
Escto exit - Command mode (blue border) — navigate and run shortcuts,
Enterto edit
Key Shortcuts
| Shortcut | Action |
|---|---|
Shift + Enter | Run cell |
A / B | Insert cell above/below |
X | Delete cell |
M / Y | Convert to markdown/code |