help in python jupyter shortcuts code example
Example 1: jupyter notebook make cell markdown shortcut
# select cell and press 'm'
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)