Update Bokeh error message to redirect to streamlit-bokeh custom component#10374
Merged
Conversation
lukasmasuch
approved these changes
Feb 14, 2025
Collaborator
There was a problem hiding this comment.
Engineering-wise this LGTM 👍 but maybe another check from @jrieke or @sfc-gh-dmatthews if the message is fine.
If we want to make it even easier for the user, we could add a bit more hands-on example on how to use it:
To use the latest version of Bokeh, just install streamlit-bokeh via:
pip install streamlit-bokeh
and use it like:
from streamlit_bokeh import streamlit_bokeh
streamlit_bokeh(YOUR_BOKEH_FIGURE, use_container_width=True, theme="streamlit", key="my_unique_key")
Collaborator
|
btw. I think we can close #5858 with this PR |
Co-authored-by: Debbie Matthews <debbie.matthews@snowflake.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your changes
We have launched a bokeh custom component to help support later versions of Bokeh. This change modifies the error message we send to users to encourage them to try out our custom component.
Testing Plan
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.