Show More
@@ -484,13 +484,13 | |||||
484 | { |
|
484 | { | |
485 | "cell_type": "markdown", |
|
485 | "cell_type": "markdown", | |
486 | "source": [ |
|
486 | "source": [ | |
487 | "#### Embeded vs Non-embeded Images" |
|
487 | "#### Embedded vs Non-embedded Images" | |
488 | ] |
|
488 | ] | |
489 | }, |
|
489 | }, | |
490 | { |
|
490 | { | |
491 | "cell_type": "markdown", |
|
491 | "cell_type": "markdown", | |
492 | "source": [ |
|
492 | "source": [ | |
493 | "Since IPython 0.13 image data Are by default embeded into the Image Object for compatibility with QtConsole and the ability to still be displayed offline.", |
|
493 | "Since IPython 0.13 image data Are by default embedded into the Image Object 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 | ] | |
@@ -499,10 +499,10 | |||||
499 | "cell_type": "code", |
|
499 | "cell_type": "code", | |
500 | "collapsed": false, |
|
500 | "collapsed": false, | |
501 | "input": [ |
|
501 | "input": [ | |
502 | "# by default Image data are embeded", |
|
502 | "# by default Image data are embedded", | |
503 | "Embed = Image( 'http://www.google.fr/images/srpr/logo3w.png')", |
|
503 | "Embed = Image( 'http://www.google.fr/images/srpr/logo3w.png')", | |
504 | "", |
|
504 | "", | |
505 | "# if kwarg `url` is given, the embeding is assume 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 every case embed can be override with the ` embed` kwarg", | |
@@ -516,7 +516,7 | |||||
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). Should also works in the Qtconsole.", | |
519 |
"Drawback is that the saved notebook will be |
|
519 | "Drawback is that the saved notebook will be larger, but the image will still be present offline. | |
520 | ] |
|
520 | ] | |
521 | }, |
|
521 | }, | |
522 | { |
|
522 | { |
General Comments 0
You need to be logged in to leave comments.
Login now