either **code cells** (for Python) or **Markdown cells** (for formatted text). The **kernel** is the engine that executes your code. The **notebook server** runs in the background. - **Code cells:** You write Python code and run it with Shift+Enter. Jupyter displays the output immediately below the