Interactive Databook & Tables Viewer
π Interactive Databook & Tables Viewer
tables_view()
A new convenience method that opens your default web browser and displays all databooks and their tables in a searchable, interactive view.
π‘ Usage
To utilize this feature, follow these steps:
- Initialize the pyThermoDB reference:
import pyThermoDB as ptdb
tdb = ptdb.init()
- Launch the browser view of all databooks and tables:
# open browser
tdb.tables_view()