param icon indicating copy to clipboard operation
param copied to clipboard

Support `param.help()`

Open jbednar opened this issue 6 years ago • 1 comments

HoloViews offers a help function hv.help(obj) that provides information on parameters and ranges for any Parameterized object, not just HoloViews objects. Can we move the generic Parameter-processing functionality into Param and offer param.help() to give information about any Parameterized object, extended separately by HoloViews but with the basics available to people who don't have HoloViews installed? Panel could then e.g. import help into its namespace for use as pn.help().

jbednar avatar Sep 23 '19 22:09 jbednar

Somewhat related to https://github.com/holoviz/param/pull/425

maximlt avatar Apr 05 '23 09:04 maximlt