-
-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
param types vs panel widgets #620
Comments
Sounds like a good idea. Rather than list the actual mapping, which would probably quickly go out of date, we should probably just explain how to list what the mapping is. E.g. this would currently work from the command line:
But that's accessing a private class attribute, so maybe we should provide a public method for showing the current mapping. |
Hi! Could it be as simple as |
Yeah, making |
Just fyi. When i have a package of material widgets i would really like to be able to also Update the mapping. I think that would be a future use case. |
The docs (https://panel.pyviz.org/user_guide/Param.html) tell us that
I think it would be helpful if we could explicitly list this mapping in the docs, i.e. which widget a given param type is translated to.
The text was updated successfully, but these errors were encountered: