0% found this document useful (0 votes)
16 views1 page

Jupyter Shortcuts Exam

Uploaded by

yunus67799
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Jupyter Shortcuts Exam

Uploaded by

yunus67799
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Jupyter Notebook Shortcuts Exam

Command Mode Shortcuts

Shortcut: A - Function: Insert a new cell above

Shortcut: B - Function: Insert a new cell below

Shortcut: X - Function: Cut the selected cell

Shortcut: C - Function: Copy the selected cell

Shortcut: V - Function: Paste the copied cell below

Shortcut: Z - Function: Undo the last cell operation

Shortcut: D, D - Function: Delete the selected cell (press 'D' twice)

Shortcut: M - Function: Change the selected cell to Markdown

Shortcut: Y - Function: Change the selected cell to Code

Shortcut: Shift + Enter - Function: Run the selected cell and move to the next cell

Shortcut: Ctrl + Enter - Function: Run the selected cell and stay in the same cell

Shortcut: Shift + M - Function: Merge selected cells or the current cell with the one below

Markdown Formatting Shortcuts

Shortcut: # - Function: Add one or more '#' at the start of a line to create headers

Shortcut: ` - Function: Surround text with ` to format it as inline code

You might also like