Show More
@@ -452,11 +452,11 b' class Image(DisplayObject):' | |||||
452 |
|
452 | |||
453 | Examples |
|
453 | Examples | |
454 | -------- |
|
454 | -------- | |
455 |
# embed implicit |
|
455 | # embed implicitly True, works in qtconsole and notebook | |
456 | Image('http://www.google.fr/images/srpr/logo3w.png') |
|
456 | Image('http://www.google.fr/images/srpr/logo3w.png') | |
457 |
|
457 | |||
458 |
# embed implicit |
|
458 | # embed implicitly False, does not works in qtconsole but works in notebook if | |
459 |
# internet conne |
|
459 | # internet connection available | |
460 | Image(url='http://www.google.fr/images/srpr/logo3w.png') |
|
460 | Image(url='http://www.google.fr/images/srpr/logo3w.png') | |
461 |
|
461 | |||
462 | """ |
|
462 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now