solidipes.viewers.table module

class solidipes.viewers.table.Table(data_container=None)[source]

Bases: Viewer

Viewer for tables

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

Replace the viewer’s table

data_container

Table to display

show(*args, **kwargs)

Show the viewer

show_plot()[source]