-
-
Notifications
You must be signed in to change notification settings - Fork 403
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
Add .show method on HoloViews elements #6368
Comments
No problem with adding this. I have been thinking about doing something similar for One of the problems with I don't think will be a problem for |
Note that while I have no strong opinions about this and have I think proposed this in the past. This does go against the core design principle of HoloViews which is that elements are declarative containers and have next to no "rendering" related methods or state. |
I personally would like to use If there's serious objection, what if the method was patched in instead with |
Please no more patching. Its legacy Python to do this. Tools like ruff and mypy do not under stand this and works against. Your editor does not understand this. |
Since Panel is already a dependency, I think it's just wrapping the element in
pn.panel(el).show()
The text was updated successfully, but these errors were encountered: