solidipes.viewers.text module

class solidipes.viewers.text.MarkdownViewer(data=None)[source]

Bases: Text

_abc_impl = <_abc._abc_data object>
show()[source]

Show the viewer

class solidipes.viewers.text.Text(data=None)[source]

Bases: Viewer

Viewer for formatted text

_abc_impl = <_abc._abc_data object>
add(data_container)[source]

Append text to the viewer

show()[source]

Show the viewer

text

Text to display