-
-
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
plotting/bokeh/util.py depends on matplotlib even for bokeh backend #1807
Comments
Looks like there is a dependency on matplotlib being installed. Table might not need the colors module from matplotlib, but bars apparently does. Try conda installing matplotlib? We've eliminated most dependencies on matplotlib from the bokeh code, but I think there are still a few, deliberate or not. |
That was it. Thanks. |
Good. I'll leave this open, because it looks like we need to do some more tidying to avoid that requirement. |
This has now been fixed. |
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. |
This is interesting because I can get hv.Table to work, but hv.Bars is throwing the following exception:
The exception traces back to the following line in my code:
graph = hv.renderer('bokeh').server_doc(df3)
Details:
from requirements.txt:
from app.py:
and
Any thoughts on this?
I looked through all the open and closed issues, and didn't see this one.
Hope we can figure it out.
Chad
The text was updated successfully, but these errors were encountered: