Edit modes
There are two edit modes:- Command mode: Perform actions on cells, such as adding, deleting, and moving them. Press
Escto enter command mode. - Edit mode: Change the contents of the selected cell. Press
Enterto enter edit mode.
Add a cell
Notebooks support Python, Markdown, and SQL cells. Add a cell using the notebook UI or a keyboard shortcut.- UI
- Keyboard Shortcuts
Within a notebook, select the
PYTHON, MARKDOWN, or SQL button to create a cell of that type.Change cell order
Change the order of cells within a notebook using the drag handle or keyboard shortcuts.- UI
- Keyboard Shortcuts
Select the drag handle () on the right side of the cell and moving it to the desired position.
Delete a cell
Delete a cell using the UI or a keyboard shortcut.- UI
- Keyboard Shortcuts
Use either of the following methods:
- Right-click the cell, then select Delete from the context menu.
- Select the trash can icon next to the cell.