Show More
@@ -57,7 +57,7 b' def _display_mimetype(mimetype, objs, raw=False, metadata=None):' | |||||
57 | ---------- |
|
57 | ---------- | |
58 | mimetype : str |
|
58 | mimetype : str | |
59 | The mimetype to be published (e.g. 'image/png') |
|
59 | The mimetype to be published (e.g. 'image/png') | |
60 |
objs : |
|
60 | *objs : object | |
61 | The Python objects to display, or if raw=True raw text data to |
|
61 | The Python objects to display, or if raw=True raw text data to | |
62 | display. |
|
62 | display. | |
63 | raw : bool |
|
63 | raw : bool | |
@@ -139,7 +139,7 b' def display(*objs, include=None, exclude=None, metadata=None, transient=None, di' | |||||
139 |
|
139 | |||
140 | Parameters |
|
140 | Parameters | |
141 | ---------- |
|
141 | ---------- | |
142 |
objs : |
|
142 | *objs : object | |
143 | The Python objects to display. |
|
143 | The Python objects to display. | |
144 | raw : bool, optional |
|
144 | raw : bool, optional | |
145 | Are the objects to be displayed already mimetype-keyed dicts of raw display data, |
|
145 | Are the objects to be displayed already mimetype-keyed dicts of raw display data, | |
@@ -405,7 +405,7 b' def display_pretty(*objs, **kwargs):' | |||||
405 |
|
405 | |||
406 | Parameters |
|
406 | Parameters | |
407 | ---------- |
|
407 | ---------- | |
408 |
objs : |
|
408 | *objs : object | |
409 | The Python objects to display, or if raw=True raw text data to |
|
409 | The Python objects to display, or if raw=True raw text data to | |
410 | display. |
|
410 | display. | |
411 | raw : bool |
|
411 | raw : bool | |
@@ -425,7 +425,7 b' def display_html(*objs, **kwargs):' | |||||
425 |
|
425 | |||
426 | Parameters |
|
426 | Parameters | |
427 | ---------- |
|
427 | ---------- | |
428 |
objs : |
|
428 | *objs : object | |
429 | The Python objects to display, or if raw=True raw HTML data to |
|
429 | The Python objects to display, or if raw=True raw HTML data to | |
430 | display. |
|
430 | display. | |
431 | raw : bool |
|
431 | raw : bool | |
@@ -442,7 +442,7 b' def display_markdown(*objs, **kwargs):' | |||||
442 |
|
442 | |||
443 | Parameters |
|
443 | Parameters | |
444 | ---------- |
|
444 | ---------- | |
445 |
objs : |
|
445 | *objs : object | |
446 | The Python objects to display, or if raw=True raw markdown data to |
|
446 | The Python objects to display, or if raw=True raw markdown data to | |
447 | display. |
|
447 | display. | |
448 | raw : bool |
|
448 | raw : bool | |
@@ -460,7 +460,7 b' def display_svg(*objs, **kwargs):' | |||||
460 |
|
460 | |||
461 | Parameters |
|
461 | Parameters | |
462 | ---------- |
|
462 | ---------- | |
463 |
objs : |
|
463 | *objs : object | |
464 | The Python objects to display, or if raw=True raw svg data to |
|
464 | The Python objects to display, or if raw=True raw svg data to | |
465 | display. |
|
465 | display. | |
466 | raw : bool |
|
466 | raw : bool | |
@@ -477,7 +477,7 b' def display_png(*objs, **kwargs):' | |||||
477 |
|
477 | |||
478 | Parameters |
|
478 | Parameters | |
479 | ---------- |
|
479 | ---------- | |
480 |
objs : |
|
480 | *objs : object | |
481 | The Python objects to display, or if raw=True raw png data to |
|
481 | The Python objects to display, or if raw=True raw png data to | |
482 | display. |
|
482 | display. | |
483 | raw : bool |
|
483 | raw : bool | |
@@ -494,7 +494,7 b' def display_jpeg(*objs, **kwargs):' | |||||
494 |
|
494 | |||
495 | Parameters |
|
495 | Parameters | |
496 | ---------- |
|
496 | ---------- | |
497 |
objs : |
|
497 | *objs : object | |
498 | The Python objects to display, or if raw=True raw JPEG data to |
|
498 | The Python objects to display, or if raw=True raw JPEG data to | |
499 | display. |
|
499 | display. | |
500 | raw : bool |
|
500 | raw : bool | |
@@ -511,7 +511,7 b' def display_latex(*objs, **kwargs):' | |||||
511 |
|
511 | |||
512 | Parameters |
|
512 | Parameters | |
513 | ---------- |
|
513 | ---------- | |
514 |
objs : |
|
514 | *objs : object | |
515 | The Python objects to display, or if raw=True raw latex data to |
|
515 | The Python objects to display, or if raw=True raw latex data to | |
516 | display. |
|
516 | display. | |
517 | raw : bool |
|
517 | raw : bool | |
@@ -530,7 +530,7 b' def display_json(*objs, **kwargs):' | |||||
530 |
|
530 | |||
531 | Parameters |
|
531 | Parameters | |
532 | ---------- |
|
532 | ---------- | |
533 |
objs : |
|
533 | *objs : object | |
534 | The Python objects to display, or if raw=True raw json data to |
|
534 | The Python objects to display, or if raw=True raw json data to | |
535 | display. |
|
535 | display. | |
536 | raw : bool |
|
536 | raw : bool | |
@@ -547,7 +547,7 b' def display_javascript(*objs, **kwargs):' | |||||
547 |
|
547 | |||
548 | Parameters |
|
548 | Parameters | |
549 | ---------- |
|
549 | ---------- | |
550 |
objs : |
|
550 | *objs : object | |
551 | The Python objects to display, or if raw=True raw javascript data to |
|
551 | The Python objects to display, or if raw=True raw javascript data to | |
552 | display. |
|
552 | display. | |
553 | raw : bool |
|
553 | raw : bool | |
@@ -564,7 +564,7 b' def display_pdf(*objs, **kwargs):' | |||||
564 |
|
564 | |||
565 | Parameters |
|
565 | Parameters | |
566 | ---------- |
|
566 | ---------- | |
567 |
objs : |
|
567 | *objs : object | |
568 | The Python objects to display, or if raw=True raw javascript data to |
|
568 | The Python objects to display, or if raw=True raw javascript data to | |
569 | display. |
|
569 | display. | |
570 | raw : bool |
|
570 | raw : bool |
General Comments 0
You need to be logged in to leave comments.
Login now