Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 521 Bytes

introduction-to-jupyter.md

File metadata and controls

14 lines (10 loc) · 521 Bytes

Introduction to Jupyter

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"