I found the https://github.com/holoviz/panel/blob/master/examples/user_guide/Param.ipynb
notebook and went through it, which was helpful. This is the most complete documentation about Param that I have found. It still doesn’t explain why there is a .param
attribute on a class subclassed from param.Parameterized
, or exactly how you work with it based on what I have seen in other examples like at https://discourse.holoviz.org/t/how-to-trigger-param-depends-only-once-when-updating-multiple-parameters/848
.
1 Like