Bryan Van de Ven

Results 756 comments of Bryan Van de Ven

I don't agree. #3821 is more general than this request, but once done, could be used to implement this specific feature (by just implementing colorbars internally as a subplot) #113...

Re-reading #113 Peter may have been asking for a new capability on the old inside axis capability, when it still existed. Now that that capability is gone, I'm using the...

@mattpap Colorbars have had a `title` for some time, so shouldn't this be closed? I can see there are some positioning or other things to fix but there appear to...

Noting that this still occurs with version 2.0.2 @mattpap if you think this is a simple fix (e.g. just something needs to trigger a layout re-compute that wasn't already) please...

> Allow the plots from VSCode on-the-fly using just show() Unfortunately the work necessary to allow this to happen is not ours to do. The Jupyter project has been adamant...

> Are you talking to the kernel from javascript? The question is a bit vague to answer. Bokeh is talking to itself over a websocket. The BokehJS client code on...

> is it Python or JS that initiates/opens the HTTP/websocket connection ? JavaScript, but in the notebook, the JavaScript that gets run is informed by Python code that asked to...

web sockets don't have a CSP, everyone has to implement their own scheme to allow the connection or not. One thing Bokeh uses a an allowlist that only allows connections...

@DavidHJong There is never any need to ask this question on an OSS tracker. If there were any updates, they would be recorded here. Speaking plainly, I think there is...

Hi @DonJayamanne that's actually already how the more limited `push_notebook` functionality works, by shuttling Bokeh server protocol messages over Jupyter comms. I've actually thought for quite awhile that liberating the...