Timo Cornelius Metzger

Results 37 comments of Timo Cornelius Metzger

My preliminary analysis points towards the `sphinx_tabs.tabs` extension (v 3.4.0) as a potential culprit here. After removing this extension from Bokeh's `conf.py` (and removing all mentions of `.. tabs::` in...

@TomAugspurger Thanks for your feedback! My recent commits add the proximity notebook and also update the links in README.md.

@Tom this PR should now be up to date with main. It now also includes the census notebook which I renamed to fit the pattern of the other notebooks. I...

I would suggest adding whitespaces (`\s`) to the regex: `'(?:[^,]+,){1,}\s[\w\s]+\s(and|or)\s'`. Does that make sense? If so, I'd be happy to open a pull request with this ammendment! in: `'(?:[^,]+,){1,}\s[\w\s]+\s(and|or)\s'` out:...

I see your point, this regex could certainly use some more work. Are there any regex-experts on this project? I'll also keep tweaking and testing some more.

This issue is a request to write tests. In addition to the discussion for #11605, helpful information to get started can be found in https://docs.bokeh.org/en/latest/docs/dev_guide/testing.html and https://docs.bokeh.org/en/latest/docs/dev_guide/writing_tests.html.

Hi @terryluan12 and @jean1122! Welcome to Bokeh, thank you very much for your help! Let me know if you have any questions or get stuck. @jean1122 please leave a quick...

The first question to consider: Where in the user guide would be a good place for this? How about adding this new section between [Intervals](https://docs.bokeh.org/en/latest/docs/user_guide/categorical.html#intervals) and [Scatters](https://docs.bokeh.org/en/latest/docs/user_guide/categorical.html#scatters) to the [categorical...

@bryevdv Thanks for adding all these texts! I have made a few suggestions to fix typos, but otherwise this looks great!

@mattpap I'm working on the user guide entry for `BuiltinIcon` and am wondering where to point users to find a full list of Bokeh's built-in icons. The definition of `icon_name`...