##// END OF EJS Templates
fix grammar...
Matthias BUSSONNIER -
Show More
@@ -490,7 +490,7 b''
490 {
490 {
491 "cell_type": "markdown",
491 "cell_type": "markdown",
492 "source": [
492 "source": [
493 "Since IPython 0.13, image are embedded by default, for compatibility with QtConsole and the ability to still be displayed offline.",
493 "As of IPython 0.13, images are embedded by default for compatibility with QtConsole, and the ability to still be displayed offline.",
494 "",
494 "",
495 "Let's look at the differences:"
495 "Let's look at the differences:"
496 ]
496 ]
@@ -505,7 +505,7 b''
505 "# if kwarg `url` is given, the embedding is assumed to be false",
505 "# if kwarg `url` is given, the embedding is assumed to be false",
506 "SoftLinked = Image(url='http://www.google.fr/images/srpr/logo3w.png')",
506 "SoftLinked = Image(url='http://www.google.fr/images/srpr/logo3w.png')",
507 "",
507 "",
508 "# in every case embed can be override with the ` embed` kwarg",
508 "# In each case, embed can be specified explicitly with the `embed` kwarg",
509 "# ForceEmbed = Image(url='http://www.google.fr/images/srpr/logo3w.png', embed=True)"
509 "# ForceEmbed = Image(url='http://www.google.fr/images/srpr/logo3w.png', embed=True)"
510 ],
510 ],
511 "language": "python",
511 "language": "python",
@@ -515,7 +515,7 b''
515 {
515 {
516 "cell_type": "markdown",
516 "cell_type": "markdown",
517 "source": [
517 "source": [
518 "Today's Google doodle, (at the time I created this notebook). Should also works in the Qtconsole.",
518 "Today's Google doodle, (at the time I created this notebook). This should also works in the Qtconsole.",
519 "Drawback is that the saved notebook will be larger, but the image will still be present offline.
519 "Drawback is that the saved notebook will be larger, but the image will still be present offline.
520 ]
520 ]
521 },
521 },
@@ -541,8 +541,8 b''
541 {
541 {
542 "cell_type": "markdown",
542 "cell_type": "markdown",
543 "source": [
543 "source": [
544 "Today's google doodle, visible only with an active internet connexion, that should be different from the previous one. This will not work on Qtconsole.",
544 "Today's Google doodle, visible only with an active internet connexion, that should be different from the previous one. This will not work on Qtconsole.",
545 "Notebook saved with this kind of image will be lighter and always reflect the curent version of the source, but the image won't display offline."
545 "Notebook saved with this kind of image will be lighter and always reflect the current version of the source, but the image won't display offline."
546 ]
546 ]
547 },
547 },
548 {
548 {
General Comments 0
You need to be logged in to leave comments. Login now