From de7be3a64f507dcf711b77f9c931c17f23bf588f Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 26 Oct 2018 14:02:49 -0400 Subject: [PATCH] Updated the description of Heading cells, which are no longer used --- .../examples/Notebook/What is the Jupyter Notebook.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb b/docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb index 0b64a1571..8e6150f59 100644 --- a/docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb +++ b/docs/source/examples/Notebook/What is the Jupyter Notebook.ipynb @@ -146,7 +146,7 @@ "\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:** 6 levels of hierarchical organization and formatting\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", @@ -173,9 +173,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.4.0" + "version": "3.6.6" } }, "nbformat": 4, - "nbformat_minor": 0 + "nbformat_minor": 1 }