Keyboard shortcuts for Snowflake Notebooks¶
This topic lists the keyboard shortcuts available in Snowflake Notebooks. You can also view the list of keyboard shortcuts in Snowsight by selecting the ? icon at the bottom right corner, then selecting Keyboard shortcuts.
Snowflake Notebooks support various keyboard shortcuts to help accelerate your development process.
Task |
MacOS |
Windows |
---|---|---|
Run all cells. |
CMD + Shift + Return |
CTRL + Shift + Enter |
Run the selected cell. |
CMD + Return |
CTRL + Enter |
Run the selected cell and advance to the next cell. |
Shift + Return |
Shift + Enter |
Move between cells. |
Up and down arrows |
Up and down arrows |
Find within the cell. |
CMD + f |
CTRL + f |
Add a cell above the currently selected cell. |
a |
a |
Add a cell below the currently selected cell. |
b |
b |
Delete the currently selected cell. |
dd |
dd |
Convert a SQL or Python cell into a Markdown cell. |
m |
m |
Convert a cell into a code cell:
|
y |
y |
In addition, you can use the same keyboard shortcuts that you use for worksheets. See Perform tasks with keyboard shortcuts.