-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to reproduce the output of usage.py #5
Comments
Almost a year later, I can confirm the issue still exists. Using Python 3.9.5 on Windows 10. :| If this issue is suitable for a first time contributor, I'd love to give it a try. Any pointers on how this can be resolved? 🙏🏻 |
Seeing as the warning is coming from line 122 which is part of the A more interesting hint is a set of warnings visible in the browser developer tools console. Including:
|
@urig @andins this repo was created as a proof-of-concept of basic integration with other viz libraries, but TBH having not seen all that much community interest in it, nor any significant use cases for our internal projects we haven't developed it further or maintained it. That said you can see there isn't all that much code here, so fixing this should be fairly easy - we'd happily help you if you're interested in making a PR to fix it. |
@alexcjohnson many thanks for the prompt reply! I'd love to help and am working on a PR but I'm unsure of how to proceed. I think the first step would be to upgrade Bokeh JS to match the Bokeh Python library. Things I've tried without success:
Would greatly appreciate a bit of direction. 🙏🏻 |
This proof of concept repo was created a number of years ago and may simply not be compatible with the latest versions of these libraries at this point. |
I run the usage.py file but the bokeh graphics is missing from the output.
There is also an import error in the downloaded script it tries to import plotly_express instead of plotly.express. Once this is solved it runs without errors but doesn't show the bokeh figure (I'm interested in this to have bokeh dealing with graphics inside a dash app).
The only output at terminal is:
I'm using dash 1.14.0, bokeh 2.2.3, holoviews 1.13.5.
The text was updated successfully, but these errors were encountered: