Skip to content

Enhanced Table Viewing in Browser

Compare
Choose a tag to compare
@sinagilassi sinagilassi released this 16 Apr 01:22
· 55 commits to main since this release

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:

  1. Initialize the pyThermoDB reference:
  import pyThermoDB as ptdb
  tdb = ptdb.init()
  1. 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.

tableview