MCPcopy Create free account
hub / github.com/holoviz/hvplot / panel

Method panel

hvplot/interactive.py:849–853  ·  view source on GitHub ↗

Wraps the output in a Panel component.

(self, **kwargs)

Source from the content-addressed store, hash-verified

847 return self.holoviews() if self._dmap else self.panel(**self._kwargs)
848
849 def panel(self, **kwargs):
850 """
851 Wraps the output in a Panel component.
852 """
853 return pn.panel(self._callback, **kwargs)
854
855 def widgets(self):
856 """

Callers 7

outputMethod · 0.95
showFunction · 0.80
__new__Method · 0.80
callbackMethod · 0.80
__call__Method · 0.80
test_interactive_sliceFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_interactive_sliceFunction · 0.64