We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Displaying a DynamicMap fails with the following error: UnboundLocalError("local variable 'value_labels' referenced before assignment",)
DynamicMap
UnboundLocalError("local variable 'value_labels' referenced before assignment",)
The error is raised in holoviews.plotting.widgets.SelectionWidget.get_widgets. The fix is coming to a pull request near you in just a minute.
holoviews.plotting.widgets.SelectionWidget.get_widgets
The text was updated successfully, but these errors were encountered:
This has been fixed in #575, please reopen if you encounter any issues.
Sorry, something went wrong.
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.
No branches or pull requests
Displaying a
DynamicMap
fails with the following error:UnboundLocalError("local variable 'value_labels' referenced before assignment",)
The error is raised in
holoviews.plotting.widgets.SelectionWidget.get_widgets
. The fix is coming to a pull request near you in just a minute.The text was updated successfully, but these errors were encountered: