14. What is the difference between Edit and Command modes in Jupyter Notebook? What are possibly useful keyboard shortcuts while being in the Command mode? 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)