Bryan Van de Ven
Bryan Van de Ven
Currently example metadata is only processed and rendered for the subset of examples that are included in the gallery. One long term goal with the metadata was to have a...
ref: https://discourse.bokeh.org/t/bokehjs-callback-on-select-get-start-and-end/8514 There is almost no information I am aware of (examples, docs) demonstrating how BokehJS users might set up callbacks on ranges, selections, etc as there is for Python....
`HoverTool` (edit: and `TapTool`) should gain a new property: ``` hit_filter = Instance(SelectionFilter, help=""" """) ``` A hit filter is a model with an `execute` method that accepts a `Selection`...
Running: ``` BOKEH_DEV=true bokeh serve sliders.py ``` results in resource request like > http://localhost:5006/Users/bryan/work/bokeh/bokehjs/build/js/bokeh.js which naturally fail 404. This happens with 2.4 and 3.0 cc @mattpap
Currently, the `:bokeh-plot:` sphinx directive runs all examples in a given docs build run in a single process. If the examples modify mutable data sources from `bokeh.sampledata` this can cause...
It seems with recent versions, that field lists render an extra (unnecessary) colon, and that this change happened between 0.8.1 and 0.9 --- #### https://pydata-sphinx-theme.readthedocs.io/en/v0.9.0/demo/kitchen-sink/lists-and-tables.html --- #### https://pydata-sphinx-theme.readthedocs.io/en/v0.8.1/demo/kitchen-sink/lists-and-tables.html
With PST 0.9 and Sphinx 5.0 (and 4.x) I am no longer seeing favicon links appear in HTML output. Our config looks like: ``` "favicons": [ { "rel": "icon", "sizes":...
For the Bokeh docs, we have an extremely loud banner warning any time a user is on either * an old version of the docs * a dev/rc version of...
cc @choldgraf @jorisvandenbossche As the viewport narrows: Leading eventually to: I would personally like to see the "Parameters" and "Keyword Arguments" headings *above* their respective lists, rather than off to...
@mattpap @philippjfr If someone will write down the steps required to publish this package I will create a manual trigger GH Action similar to the one in the main Bokeh...