Skip to content
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

Errors in the Calculator.bubble_widget() method. #354

Open
jdebacker opened this issue Sep 27, 2021 · 0 comments
Open

Errors in the Calculator.bubble_widget() method. #354

jdebacker opened this issue Sep 27, 2021 · 0 comments

Comments

@jdebacker
Copy link
Member

After creating two Calculator objects, named calc1 and calc2 and running:

bw = calc1.bubble_widget(calc2)
show(bw)

two warning messages result:

WARNING:bokeh.core.validation.check:W-1000 (MISSING_RENDERERS): Plot has no renderers: Figure(id='2156', ...)
WARNING:bokeh.core.validation.check:W-1000 (MISSING_RENDERERS): Plot has no renderers: Figure(id='2212', ...)

And no Bokeh plot object is displayed. This error the results in no plot object being created seems to have arisen with more recent versions of Bokeh, although the widget has never come out looking exactly as one would like it.

An example of instantiating and running these Calculator objects is provided in PSL_demo.ipynb (in the documentation here.

@jdebacker jdebacker added help wanted good first issue Hacktoberfest Issue highlighted for Hacktoberfest participants labels Sep 27, 2021
@jdebacker jdebacker removed the Hacktoberfest Issue highlighted for Hacktoberfest participants label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant