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

Chartify doesn't render plots #162

Open
timofeytkachenko opened this issue May 16, 2023 · 3 comments
Open

Chartify doesn't render plots #162

timofeytkachenko opened this issue May 16, 2023 · 3 comments

Comments

@timofeytkachenko
Copy link

Hi,

I have a problem with chartify plots render. Chartify shows only a white rectangle with the following code of the error:
WARNING:bokeh.core.validation.check:W-1000 (MISSING_RENDERERS): Plot has no renderers: figure(id='p1001', ...)

ch1

@iampelle
Copy link
Contributor

I've seen the same error in VSCode, but it should work in Chrome. I hope it's a bokeh issue that will be fixed soon, but will look into it a bit more!

@timofeytkachenko
Copy link
Author

I've seen the same error in VSCode, but it should work in Chrome. I hope it's a bokeh issue that will be fixed soon, but will look into it a bit more!

I have the same problem in Chrome, but I have Chrome driver in the path

And I found in issues that this is an old problem, and you can check this issue: #89

@pawelmajcher
Copy link

If you need a quick patch, this answer from StackOverflow worked for me:

from bokeh.resources import INLINE
import bokeh.io
bokeh.io.output_notebook(INLINE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants