Skip to content

Commit

Permalink
Fix small text glitches
Browse files Browse the repository at this point in the history
missing 'd' char in 'rendered'
fix '...' punctuation

Signed-off-by: Vincent Legoll <[email protected]>
  • Loading branch information
Vincent Legoll committed Nov 2, 2015
1 parent 058dda2 commit 6bb16d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/IPython Kernel/Rich Output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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)."
]
Expand All @@ -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",
Expand Down

0 comments on commit 6bb16d1

Please sign in to comment.