Enhanced Table Viewing in Browser
We are excited to announce the latest update to pyThermoDB! With this release, we have introduced a new feature that allows users to view table contents directly in the browser. This enhancement simplifies the process of selecting a databook and table, making it easier to check the availability of components and perform searches efficiently.
How to Use:
To utilize this feature, follow these steps:
- Initialize the pyThermoDB reference:
import pyThermoDB as ptdb
tdb = ptdb.init()
- View table content in the browser:
tdb.table_view(databook_id or name, table_id or name)
Replace databook_id/name
and table_id/name
with the specific IDs/Names
of the databook and table you want to view.
This update improves usability and accessibility, providing a seamless experience for exploring thermodynamic data using pyThermoDB.