delete cell shortcut jupyter code example
Example 1: delete cell in jupyter notebook
D+D(press the key twice when you are in command mode) to delete the selected cell.
Example 2: jupyter notebook insert cell
# Basic syntax (two options):
option + enter # Run cell and insert cell below
b # Select cell + b (i.e. don't have cursor inside the cell)
Example 3: Delete cell in jupiter notebook
Shift-d: delete cell(press twice)