Jupyter - AshokBhat/notes GitHub Wiki

Project Jupyter

  • Supports execution environments in several dozen languages
  • Name refers to Julia, Python and R
  • Open source
  • Key products - Jupyter Notebook, JupyterHub and JupyterLab

Jupyter Notebook

  • A web-based interactive computational environment for creating Jupyter notebook documents
  • A Jupyter Notebook document
    • A JSON document
    • Can contain code, text (using Markdown), mathematics, plots, and rich media
    • ".ipynb" extension.

See also