-
#### ALL software version info
holoviews: 1.14.6
bokeh: 2.4.2
python: 3.8.12
notebook: 6.4.6
OS: Linux (Ubuntu)
Browser: Brave v1.33.106
#### Description of expected behavior and the observed…
-
### Problem description
I am fine tuning a Bokeh web application that we managed to make somewhat responsive and render rather acceptably on mobile devices. The weak spot the mobile rendering is re…
-
Reading the document left me confused about how to run code in the notebook,
vs how to run a document from a file: I struggled quite a lot to put
together a simple(?!) example (well conceptually sim…
-
So I found the drawing of the vectorfield arrows in the bokeh backend to be a bit awkward (mostly in looks and lack of styling options) and tried to replace it by bokeh's Arrow through a CompositeElem…
-
Analytics dashboards often contain filters & selections that create very personalized views of the data. At the moment there is no built-in mechanism or documented approach in Bokeh that allows a user…
-
It seems like there is no reason the `modify_doc` step could not be moved to an executor, so that the server as whole does not block during document initialization.
-
In Bokeh 1.1.0, when a bokeh application is run on a bokeh server, configuration of the root logger inside the user application via `logging.basicConfig` or `bokeh.utils.logconfig.basicConfig` is igno…
-
The [Python Plotting for EDA](http://pythonplot.com) website has examples of how to build various fairly simple plots using different Python plotting packages. It's coming from an R background, so it…
-
-
Consider the bokeh Chord example notebook:
https://github.com/ioam/holoviews/blob/master/examples/reference/elements/bokeh/Chord.ipynb
But replace the last line:
`hv.Chord((links, nodes)).select(…