mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-03 03:41:14 +08:00
there are four lights [ci skip]
This commit is contained in:
parent
760d4d3533
commit
73a7630517
@ -142,11 +142,10 @@
|
||||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"Notebooks consist of a **linear sequence of cells**. There are four basic cell types:\n",
|
||||
"Notebooks consist of a **linear sequence of cells**. There are three basic cell types:\n",
|
||||
"\n",
|
||||
"* **Code cells:** Input and output of live code that is run in the kernel\n",
|
||||
"* **Markdown cells:** Narrative text with embedded LaTeX equations\n",
|
||||
"* **Heading cells:** Jupyter no longer uses special heading cells. Instead, write your headings in Markdown cells using # characters\n",
|
||||
"* **Raw cells:** Unformatted text that is included, without modification, when notebooks are converted to different formats using nbconvert\n",
|
||||
"\n",
|
||||
"Internally, notebook documents are **[JSON](https://en.wikipedia.org/wiki/JSON) data** with **binary values [base64](http://en.wikipedia.org/wiki/Base64)** encoded. This allows them to be **read and manipulated programmatically** by any programming language. Because JSON is a text format, notebook documents are version control friendly.\n",
|
||||
|
Loading…
Reference in New Issue
Block a user