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, | |
@@ -398,7 +398,7 b' def display_pretty(*objs, **kwargs):' | |||||
398 |
|
398 | |||
399 | Parameters |
|
399 | Parameters | |
400 | ---------- |
|
400 | ---------- | |
401 |
objs : |
|
401 | *objs : object | |
402 | The Python objects to display, or if raw=True raw text data to |
|
402 | The Python objects to display, or if raw=True raw text data to | |
403 | display. |
|
403 | display. | |
404 | raw : bool |
|
404 | raw : bool | |
@@ -418,7 +418,7 b' def display_html(*objs, **kwargs):' | |||||
418 |
|
418 | |||
419 | Parameters |
|
419 | Parameters | |
420 | ---------- |
|
420 | ---------- | |
421 |
objs : |
|
421 | *objs : object | |
422 | The Python objects to display, or if raw=True raw HTML data to |
|
422 | The Python objects to display, or if raw=True raw HTML data to | |
423 | display. |
|
423 | display. | |
424 | raw : bool |
|
424 | raw : bool | |
@@ -435,7 +435,7 b' def display_markdown(*objs, **kwargs):' | |||||
435 |
|
435 | |||
436 | Parameters |
|
436 | Parameters | |
437 | ---------- |
|
437 | ---------- | |
438 |
objs : |
|
438 | *objs : object | |
439 | The Python objects to display, or if raw=True raw markdown data to |
|
439 | The Python objects to display, or if raw=True raw markdown data to | |
440 | display. |
|
440 | display. | |
441 | raw : bool |
|
441 | raw : bool | |
@@ -453,7 +453,7 b' def display_svg(*objs, **kwargs):' | |||||
453 |
|
453 | |||
454 | Parameters |
|
454 | Parameters | |
455 | ---------- |
|
455 | ---------- | |
456 |
objs : |
|
456 | *objs : object | |
457 | The Python objects to display, or if raw=True raw svg data to |
|
457 | The Python objects to display, or if raw=True raw svg data to | |
458 | display. |
|
458 | display. | |
459 | raw : bool |
|
459 | raw : bool | |
@@ -470,7 +470,7 b' def display_png(*objs, **kwargs):' | |||||
470 |
|
470 | |||
471 | Parameters |
|
471 | Parameters | |
472 | ---------- |
|
472 | ---------- | |
473 |
objs : |
|
473 | *objs : object | |
474 | The Python objects to display, or if raw=True raw png data to |
|
474 | The Python objects to display, or if raw=True raw png data to | |
475 | display. |
|
475 | display. | |
476 | raw : bool |
|
476 | raw : bool | |
@@ -487,7 +487,7 b' def display_jpeg(*objs, **kwargs):' | |||||
487 |
|
487 | |||
488 | Parameters |
|
488 | Parameters | |
489 | ---------- |
|
489 | ---------- | |
490 |
objs : |
|
490 | *objs : object | |
491 | The Python objects to display, or if raw=True raw JPEG data to |
|
491 | The Python objects to display, or if raw=True raw JPEG data to | |
492 | display. |
|
492 | display. | |
493 | raw : bool |
|
493 | raw : bool | |
@@ -504,7 +504,7 b' def display_latex(*objs, **kwargs):' | |||||
504 |
|
504 | |||
505 | Parameters |
|
505 | Parameters | |
506 | ---------- |
|
506 | ---------- | |
507 |
objs : |
|
507 | *objs : object | |
508 | The Python objects to display, or if raw=True raw latex data to |
|
508 | The Python objects to display, or if raw=True raw latex data to | |
509 | display. |
|
509 | display. | |
510 | raw : bool |
|
510 | raw : bool | |
@@ -523,7 +523,7 b' def display_json(*objs, **kwargs):' | |||||
523 |
|
523 | |||
524 | Parameters |
|
524 | Parameters | |
525 | ---------- |
|
525 | ---------- | |
526 |
objs : |
|
526 | *objs : object | |
527 | The Python objects to display, or if raw=True raw json data to |
|
527 | The Python objects to display, or if raw=True raw json data to | |
528 | display. |
|
528 | display. | |
529 | raw : bool |
|
529 | raw : bool | |
@@ -540,7 +540,7 b' def display_javascript(*objs, **kwargs):' | |||||
540 |
|
540 | |||
541 | Parameters |
|
541 | Parameters | |
542 | ---------- |
|
542 | ---------- | |
543 |
objs : |
|
543 | *objs : object | |
544 | The Python objects to display, or if raw=True raw javascript data to |
|
544 | The Python objects to display, or if raw=True raw javascript data to | |
545 | display. |
|
545 | display. | |
546 | raw : bool |
|
546 | raw : bool | |
@@ -557,7 +557,7 b' def display_pdf(*objs, **kwargs):' | |||||
557 |
|
557 | |||
558 | Parameters |
|
558 | Parameters | |
559 | ---------- |
|
559 | ---------- | |
560 |
objs : |
|
560 | *objs : object | |
561 | The Python objects to display, or if raw=True raw javascript data to |
|
561 | The Python objects to display, or if raw=True raw javascript data to | |
562 | display. |
|
562 | display. | |
563 | raw : bool |
|
563 | raw : bool |
General Comments 0
You need to be logged in to leave comments.
Login now