IPythonVisualization#
- class treescope.IPythonVisualization[source]#
Bases:
objectUsed by autovisualizers to replace a subtree with a display object.
- Variables:
display_object (object_inspection.HasReprHtml) – An object to render, e.g. a figure.
replace (bool) – Whether to replace the subtree completely with this display object. If False, the display object will be rendered below the object.
Methods
__init__(display_object[, replace])Attributes
replacedisplay_object