From 6bb16d12986a1cbf978b86cbdfaac4ba8d20e052 2015-11-02 09:06:50 From: Vincent Legoll Date: 2015-11-02 09:06:50 Subject: [PATCH] Fix small text glitches missing 'd' char in 'rendered' fix '...' punctuation Signed-off-by: Vincent Legoll --- diff --git a/examples/IPython Kernel/Rich Output.ipynb b/examples/IPython Kernel/Rich Output.ipynb index 9de1942..f37f373 100644 --- a/examples/IPython Kernel/Rich Output.ipynb +++ b/examples/IPython Kernel/Rich Output.ipynb @@ -3260,8 +3260,8 @@ "To protect against these risks, the IPython Notebook has a security model that specifies how dangerous output is handled. Here is a short summary:\n", "\n", "* When you run code in the Notebook, all rich output is displayed.\n", - "* When you open a notebook, rich output is only displayed if it doesn't contain security vulberabilities,...\n", - "* ..or if you have trusted a notebook, all rich output will run upon opening it.\n", + "* When you open a notebook, rich output is only displayed if it doesn't contain security vulberabilities, ...\n", + "* ... or if you have trusted a notebook, all rich output will run upon opening it.\n", "\n", "A full description of the IPython security model can be found on [this page](http://ipython.org/ipython-doc/dev/notebook/security.html)." ] @@ -3277,7 +3277,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Much of the power of the Notebook is that it enables users to share notebooks with each other using http://nbviewer.ipython.org, without installing IPython locally. As of IPython 2.0, notebooks rendere on nbviewer will display all output, including HTML and JavaScript. Furthermore, to provide a consistent JavaScript environment on the live Notebook and nbviewer, the following JavaScript libraries are loaded onto the nbviewer page, *before* the notebook and its output is displayed:\n", + "Much of the power of the Notebook is that it enables users to share notebooks with each other using http://nbviewer.ipython.org, without installing IPython locally. As of IPython 2.0, notebooks rendered on nbviewer will display all output, including HTML and JavaScript. Furthermore, to provide a consistent JavaScript environment on the live Notebook and nbviewer, the following JavaScript libraries are loaded onto the nbviewer page, *before* the notebook and its output is displayed:\n", "\n", "* [jQuery](http://jquery.com/)\n", "* [RequireJS](http://requirejs.org/)\n",