Skip to content

Interactive Databook & Tables Viewer

Choose a tag to compare

@sinagilassi sinagilassi released this 16 Apr 21:56
· 1253 commits to main since this release

🆕 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:

  1. Initialize the pyThermoDB reference:
import pyThermoDB as ptdb
tdb = ptdb.init()
  1. Launch the browser view of all databooks and tables:
# open browser
tdb.tables_view()

tableviews

tableviews-2