|
4 | 4 |
|
5 | 5 | ## Introduction
|
6 | 6 |
|
7 |
| -The notebook extends the console-based approach to interactive computing in |
8 |
| -a qualitatively new direction, providing a web-based application suitable for |
9 |
| -capturing the whole computation process: developing, documenting, and |
10 |
| -executing code, as well as communicating the results. The Jupyter notebook |
11 |
| -combines two components: |
12 |
| - |
13 |
| -**A web application**: a browser-based tool for interactive authoring of |
14 |
| -documents which combine explanatory text, mathematics, computations and their |
15 |
| -rich media output. |
16 |
| - |
17 |
| -**Notebook documents**: a representation of all content visible in the web |
18 |
| -application, including inputs and outputs of the computations, explanatory |
19 |
| -text, mathematics, images, and rich media representations of objects. |
| 7 | +**Jupyter Notebook** is a notebook authoring application, under the [Project |
| 8 | +Jupyter](https://docs.jupyter.org/en/latest/) umbrella. Built on the power of |
| 9 | +the [computational notebook format](https://docs.jupyter.org/en/latest/#what-is-a-notebook), |
| 10 | +**Jupyter Notebook** offers fast, interactive new ways to prototype and explain |
| 11 | +your code, explore and visualize your data, and share your ideas with others. |
| 12 | + |
| 13 | +Notebooks extend the console-based approach to interactive computing in a |
| 14 | +qualitatively new direction, providing a web-based application suitable for |
| 15 | +capturing the whole computation process: developing, documenting, and executing |
| 16 | +code, as well as communicating the results. The Jupyter notebook combines two |
| 17 | +components: |
| 18 | + |
| 19 | +**A web application:** A browser-based editing program for interactive authoring |
| 20 | +of computational notebooks which provides a fast interactive environment for prototyping and |
| 21 | +explaining code, exploring and visualizing data, and sharing ideas with others |
| 22 | + |
| 23 | +**Computational Notebook documents**: A shareable document that combines computer |
| 24 | +code, plain language descriptions, data, rich visualizations like 3D models, charts, |
| 25 | +mathematics, graphs and figures, and interactive controls |
20 | 26 |
|
21 | 27 | ```{seealso}
|
22 | 28 | See the {ref}`installation guide <jupyter:install>` on how to install the
|
|
0 commit comments