import endaq
endaq.plot.utilities.set_theme()

doc = endaq.ide.get_doc('https://info.endaq.com/hubfs/data/All-Channels.ide')
fig = endaq.plot.table_plot_from_ide(doc=doc, name='Example File')
fig.show()