A few things might make it easier to use the dashboard notebook:
rather than separate sections for looking at local data, use an if block to set paths to either the /glade/ location or the webext web site (perhaps this could be based on if os.ispath("/glade/work/"))
Move the panel info to a YAML file so that adding additional tabs to the dashboard does not require modifying the notebook itself
A few things might make it easier to use the dashboard notebook:
if
block to setpaths
to either the/glade/
location or thewebext
web site (perhaps this could be based on ifos.ispath("/glade/work/")
)