Jupyter notebook commands Which of the following keyboard shortcuts will create a cell above the current cell? code example
Example: 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)