Skip to content

Concept Glossary: J

This page lists English glossary entries for this letter. Entry bodies are assembled from term source files.

Jupyter

  • Meaning: Jupyter is a family of tools that provides a notebook environment where code cells and explanatory text cells live together in the browser. It lets execution, output inspection, and explanation remain in one computational document.
  • Why it matters: Jupyter helps readers separate the notebook format from the place where code actually runs. Colab is one hosted form of a Jupyter-style workflow, while local Jupyter uses a local kernel and local files, so document format, runtime location, and runtime state should be read separately.
  • Related concepts: notebook, Colab, runtime
  • Core Section: P2-10.2
  • Appears in: P2-10.1, P2-10.3