Timo Cornelius Metzger
Timo Cornelius Metzger
@bryevdv After (quite) some poking around, I'm fairly confident that both the `sphinx_panels` and the `sphinx_tabs.tabs` extensions are the problem here: * Disabling the `sphinx_tabs.tabs` extension (and removing all `.....
The currently deployed dev version of the docs (https://docs.bokeh.org/en/dev-3.0/) still goes to dark mode automatically if that is the system setting. We should update the `html_context` section of `conf.py` to...
That's a good point! I agree that we shouldn't use something that looks the same to illustrate two different concepts in two different places. I see basically the following options:...
@bryevdv I think that @ianthomas23's idea for population density would be very easy to understand as a dataset and would make a great example! Alternatively, we could use the unemployment...
As described in https://github.com/bokeh/bokeh/pull/12242#issuecomment-1216151743, it appears hat all objects in "inputs" (https://docs.bokeh.org/en/latest/docs/reference/models/widgets/inputs.html) now support the description parameter - except for the `Switch` object (which is based on `Widget` instead of...
@BhaswatiRoy https://docs.bokeh.org/en/latest/docs/examples/plotting/polar_subcoordinates.html might be a good starting point, but I might be wrong - it has been a while since I started this issue. @bryevdv do you have any pointers?...
I think adding that gap makes sense - I even believe it used to be there, and then was probably lost due to some theme updates. Feel free to update...
Thanks for opening this issue, @hyamanieu! This sounds like a thing that would be nice to have. As @bryevdv explained on the Discourse (https://discourse.bokeh.org/t/copy-and-paste-cell-value/8166/2), there are several things to consider...
@EfremBraun Thanks for the issue report! @IuryPiva and I were able to reproduce this on Firefox (91.0.2) and win10. It is possible that there are two interlinked issues at work:...
To get this discussion going again, here is a completely different idea: I have created a branch called `timo/docker-experiments` that adds a customized [dev container](https://code.visualstudio.com/docs/devcontainers/create-dev-container) for docs building and testing....