-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
hv.help errors on object created using hvplot: AttributeError: 'NoneType' object has no attribute 'registry' #5364
Comments
I'm on the master branch of these two libraries and cannot reproduce this error, either by running the code in a notebook or as a script. |
I cannot reproduce the issue. Feel free to open it if you are still having this problem. |
This is old and maybe no longer relevant, but I've been struggling with this issue, the problem appears to be a missing dependency that comes with JupyterLabs, which I assume basically everyone normally installs and is why this wasn't able to be reproduced. I discovered this from the most recent reply on the following stack overflow post: I've been able to reproduce by starting a fresh env in python 3.9.7, installing holoviews 1.15.4, or 1.18 only via pip, and running the imports, set backend, and help command as done in the original question. Then installing jupterlab fixes the issue, but only on 1.15.4, it persists on 1.18 at least on python 3.9. |
I can confirm I always get this error within a Python console. I don't have jupyterlab installed in my environments. |
I also encountered this problem, and a quick workaround: add When |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm trying to add tooltips for hvplot in holoviz/hvplot#789. As a part of would like to use
hv.help
to demonstrate how easy it is to drop into HoloViews for more power and flexibility. But it seems its not that easy.I'm on the main branch of hvPlot and just installed latest version of HoloViews.
The text was updated successfully, but these errors were encountered: