Skip to content

Commit ff238cc

Browse files
authored
Merge pull request #4147 from jakelevirne/master
Updated the description of Heading cells, which are no longer used
2 parents 51eb86f + 73a7630 commit ff238cc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -142,18 +142,17 @@
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:** 6 levels of hierarchical organization and formatting\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",
153152
"\n",
154153
"**Notebooks can be exported** to different static formats including HTML, reStructeredText, LaTeX, PDF, and slide shows ([reveal.js](http://lab.hakim.se/reveal-js/)) using Jupyter's `nbconvert` utility.\n",
155154
"\n",
156-
"Furthermore, any notebook document available from a **public URL on or GitHub can be shared** via [nbviewer](http://nbviewer.jupyter.org). This service loads the notebook document from the URL and renders it as a static web page. The resulting web page may thus be shared with others **without their needing to install the Jupyter Notebook**."
155+
"Furthermore, any notebook document available from a **public URL or on GitHub can be shared** via [nbviewer](http://nbviewer.jupyter.org). This service loads the notebook document from the URL and renders it as a static web page. The resulting web page may thus be shared with others **without their needing to install the Jupyter Notebook**."
157156
]
158157
}
159158
],
@@ -173,9 +172,9 @@
173172
"name": "python",
174173
"nbconvert_exporter": "python",
175174
"pygments_lexer": "ipython3",
176-
"version": "3.4.0"
175+
"version": "3.6.6"
177176
}
178177
},
179178
"nbformat": 4,
180-
"nbformat_minor": 0
179+
"nbformat_minor": 1
181180
}

0 commit comments

Comments
 (0)