Show More
@@ -3260,8 +3260,8 b'' | |||||
3260 | "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", |
|
3260 | "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", | |
3261 | "\n", |
|
3261 | "\n", | |
3262 | "* When you run code in the Notebook, all rich output is displayed.\n", |
|
3262 | "* When you run code in the Notebook, all rich output is displayed.\n", | |
3263 | "* When you open a notebook, rich output is only displayed if it doesn't contain security vulberabilities,...\n", |
|
3263 | "* When you open a notebook, rich output is only displayed if it doesn't contain security vulberabilities, ...\n", | |
3264 | "* ..or if you have trusted a notebook, all rich output will run upon opening it.\n", |
|
3264 | "* ... or if you have trusted a notebook, all rich output will run upon opening it.\n", | |
3265 | "\n", |
|
3265 | "\n", | |
3266 | "A full description of the IPython security model can be found on [this page](http://ipython.org/ipython-doc/dev/notebook/security.html)." |
|
3266 | "A full description of the IPython security model can be found on [this page](http://ipython.org/ipython-doc/dev/notebook/security.html)." | |
3267 | ] |
|
3267 | ] | |
@@ -3277,7 +3277,7 b'' | |||||
3277 | "cell_type": "markdown", |
|
3277 | "cell_type": "markdown", | |
3278 | "metadata": {}, |
|
3278 | "metadata": {}, | |
3279 | "source": [ |
|
3279 | "source": [ | |
3280 | "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", |
|
3280 | "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", | |
3281 | "\n", |
|
3281 | "\n", | |
3282 | "* [jQuery](http://jquery.com/)\n", |
|
3282 | "* [jQuery](http://jquery.com/)\n", | |
3283 | "* [RequireJS](http://requirejs.org/)\n", |
|
3283 | "* [RequireJS](http://requirejs.org/)\n", |
General Comments 0
You need to be logged in to leave comments.
Login now