pvdeg.utilities.display_json#

pvdeg.utilities.display_json(pvdeg_file: str = None, fp: str = None) None[source]#

Interactively view a 2 level JSON file in a JupyterNotebook.

Parameters:#

pvdeg_file: str

keyword for material json file in pvdeg/data. Options: >>> “AApermeation”, “H2Opermeation”, “O2permeation”, “DegradationDatabase”

fp: str

file path to material parameters json with same schema as material parameters json files in pvdeg/data. pvdeg_file will override fp if both are provided.