reno.tab_exporter.load_pn_panes#

reno.tab_exporter.load_pn_panes(model_file, panesset_file)#

Re-populate a new tab of panes from a JSON serialized panes file.

Parameters:
  • model_file (str) – Path to a model JSON file.

  • panesset_file (str) – Path to a saved tab of panes (see explorer.py)

Returns:

A PanesSet object with all the same panes and data originally saved into panesset_file.

Return type:

PanesSet