Skip to content

Interactive Databook & Tables Viewer

Compare
Choose a tag to compare
@sinagilassi sinagilassi released this 16 Apr 21:56
· 46 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