Skip to content

Commit 73a7630

Browse files
authored
there are four lights [ci skip]
1 parent 760d4d3 commit 73a7630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,10 @@
142142
"cell_type": "markdown",
143143
"metadata": {},
144144
"source": [
145-
"Notebooks consist of a **linear sequence of cells**. There are four basic cell types:\n",
145+
"Notebooks consist of a **linear sequence of cells**. There are three basic cell types:\n",
146146
"\n",
147147
"* **Code cells:** Input and output of live code that is run in the kernel\n",
148148
"* **Markdown cells:** Narrative text with embedded LaTeX equations\n",
149-
"* **Heading cells:** Jupyter no longer uses special heading cells. Instead, write your headings in Markdown cells using # characters\n",
150149
"* **Raw cells:** Unformatted text that is included, without modification, when notebooks are converted to different formats using nbconvert\n",
151150
"\n",
152151
"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",

0 commit comments

Comments
 (0)