The Jupyter Notebook is an interactive computing environment that enables users to create notebook documents that include:
- live code
- markdown text
- plots
- images
The Jupyter Notebook combines three components:
- Notebook editor: The framework where you can write and run code interactively and edit notebook documents.
- Kernels: This is where your notebook is executed.
- Notebook documents: The document that stores your code and markdown. It's extension is ".ipynb"