Top-level display functions for displaying object in different formats.
Authors:
Display a Python object in all frontends.
By default all representations will be computed and sent to the frontends. Frontends can decide which representation is used and how.
Parameters : | objs : tuple of objects
include : list or tuple, optional
exclude : list or tuple, optional
|
---|
Display the HTML representation of an object.
Parameters : | objs : tuple of objects
|
---|
Display the Javascript representation of an object.
Parameters : | objs : tuple of objects
|
---|
Display the JSON representation of an object.
Parameters : | objs : tuple of objects
|
---|
Display the LaTeX representation of an object.
Parameters : | objs : tuple of objects
|
---|
Display the PNG representation of an object.
Parameters : | objs : tuple of objects
|
---|
Display the pretty (default) representation of an object.
Parameters : | objs : tuple of objects
|
---|
Display the SVG representation of an object.
Parameters : | objs : tuple of objects
|
---|