-
-
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
Small Bokeh tutorial/code improvements #477
Conversation
"<div class=\"alert alert-info\" role=\"alert\">\n", | ||
" This tutorial contains a lot of bokeh plots, which may take a little while to load and render.\n", | ||
"</div>\n", | ||
"\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does help but I was also thinking of submitting an issue to suggest some sort of loading placeholder for Bokeh plots. Would this be feasible/worthwhile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does sound nice but I also don't know how feasible it is.
I've made a few comments but otherwise it looks ok to me. That said, there are a number of code changes that I assume will affect more than just the Bokeh tutorial. |
07d5dd6
to
555f0d1
Compare
Ready to merge now. |
Ok. Tests are passing so I'll merge now. |
Small Bokeh tutorial/code improvements
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Minor fixes for the Bokeh tutorials removing additional Element examples, which do not yet work, i.e. sidebar of ErrorBars and overlay of VectorFields. Also added bootstrap based warning messages to warn that Tutorials can take a minute to render because there's so many plots on the page.