The solution - call the layout method:
def panel(self):
"""visualize the entire dashboard"""
return pn.panel(self.layout())
The solution - call the layout method:
def panel(self):
"""visualize the entire dashboard"""
return pn.panel(self.layout())