-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
curdoc().theme = Theme(json=yaml.load()) is not applied to charts when used in Jupyter notebook #4722
Comments
same problem |
Same. I've tried everything, from Any ideas? |
As with #4952 - It looks like it may be the use of |
First of all, awesome work. Bokeh sets the current standard thanks to all your efforts. Second, I am still running into the issue of not having a theme affect the style of the notebook display with version 0.12.9. I would expect the following code to produce a plot with a pink background:
Looking at the _ModelInEmptyDocument context manager in embed.py, it appears that the new empty_doc forgets about the applied theme. Changing
to
produces the desired results. First time posting here. I apologize if I am breaking any protocols. Thank you. |
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. |
Running the color slider example in a Jupyter notebook it seems that the defaults defined in the theme are not applied
The text was updated successfully, but these errors were encountered: