What Is Jupyter

Q

What Is Jupyter?

✍: FYIcenter.com

A

Jupyter or (Jupyter Notebook App) is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.

A Jupyter Notebook App environment consists of 4 basic components:

  • Web Browser - Used as the front end at the client side to interact with end users.
  • Jupyter Notebook Server - Used to process requests from the front end using the Kernel engine.
  • Notebook File - Used to record computer code, program result and embedded rich text elements (paragraph, equations, figures, links, etc.).
  • Kernel Engine - Used to execute computer code that enclosed in Notebook files.
Jupyter Notebook App Architecture
Jupyter Notebook App Architecture

For more technical information, see jupyter.org Website.

 

⇒ Jupyter Notebook File

⇐ Introduction to Jupyter

⇑ Introduction to Jupyter

⇑⇑ Jupyter Tutorials

2021-08-24, ∼2122🔥, 0💬