-
-
Notifications
You must be signed in to change notification settings - Fork 525
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
Compatibility for new bokeh layout system #32
Conversation
6662343
to
5675d56
Compare
Trying out Bokeh version
Modifying the widths have no effect with this version of bokeh. |
This PR is pretty outdated, I'll probably push an entirely new PR for compatibility fixes and adding new features. |
I've already raised this issue upstream with bokeh. |
Could you give the reference to bokeh issue please? |
2ae9a27
to
45d540c
Compare
5c56054
to
8c1b711
Compare
a6292e6
to
53864a2
Compare
53864a2
to
c8f0013
Compare
I'm going to merge this and further development can happen on new PRs. |
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
==========================================
- Coverage 89.38% 89.31% -0.08%
==========================================
Files 44 44
Lines 5474 5437 -37
==========================================
- Hits 4893 4856 -37
Misses 581 581
Continue to review full report at Codecov.
|
Currently bokeh layouts are going through a major refactor. This PR will try to maintain compatibility with that bokeh branch (bokeh/bokeh#8085) while staying up to date with panel master.
Things that need fixing:
I'll be adding new items as I discover them and ticking off issues when they're fixed