Jupyter stores a list of keybord shortcuts under the menu at the top: Help > Keyboard Shortcuts, or by pressing H in command mode (more on that later). Another way to access keyboard shortcuts, and a handy way to learn them is to use the command palette: Cmd + Shift + P (or Ctrl + Shift + P on Linux and Windows).
myEsc to get into command modeEsc + Z
Automatically Reload External Code: Using %load_ext and %autoreload 2, you can automatically use the latest version of code in all your external files without having to restart your Jupyter session.

If you use ?? instead of ? you get additional information

