⬆️ Update code and docs to work with Bokeh 3.5.1#80
Open
rekognizecode wants to merge 13 commits intoveit:mainfrom
Open
⬆️ Update code and docs to work with Bokeh 3.5.1#80rekognizecode wants to merge 13 commits intoveit:mainfrom
rekognizecode wants to merge 13 commits intoveit:mainfrom
Conversation
Change circle() without size value to scatter() to make circles appear Fix BokehDeprecationWarnings: - 'circle() method with size value' deprecated, use 'scatter(size=...)' - 'triangle() method deprecated, use 'scatter(marker='triangle', ...)' - 'square() method deprecated, use 'scatter(marker='square', ...)' - 'scatter(radius=...) deprecated, use 'circle(radius=...)'
Update import of the arrows to fit new Bokeh version Change 'plot_width' and 'plot_height' to 'width' and 'height' Change circle() without size value to scatter() to make circles appear Fix BokehDeprecationWarning: - 'circle() method with size value' deprecated, use 'scatter(size=...)'
Change circle() without size value to scatter() to make circles appear Fix BokehDeprecationWarning: - 'circle() method with size value' deprecated, use 'scatter(size=...)'
Change circle() without size value to scatter() to make circles appear Fix BokehDeprecationWarnings: - 'circle() method with size value' deprecated, use 'scatter(size=...)' - 'asterisk() method' deprecated, use 'scatter(marker='asterisk', ...)' - 'x() method' deprecated, use 'scatter(marker='x', ...)'
model 'Circle': change 'size=15' to 'radius=0.05', 'size' is deprecated
Fix BokehDeprecationWarning: - 'circle() method with size value' deprecated, use 'scatter(size=...)'
Change 'legend' to 'legend_label' to match updated code Change 'p.circle' to 'p.scatter' to match updated code
Owner
|
There is currently still a conflict in And in some places the execution order of the cells is not yet correct:
|
Get changes in index.rst
Restart kernel and rerun cells
bd2d14c to
7f48592
Compare
8c6e9e0 to
5be5b95
Compare
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.
⬆️ Update code to work with Bokeh 3.5.1
📝 Update markdown to match updated code
🐛 Fix a bug that prevents Slider-Widget from functioning
✏️ Correct a typo in markdown docs