Bokeh.jl icon indicating copy to clipboard operation
Bokeh.jl copied to clipboard

Bokeh slider

Open wadehenning opened this issue 10 years ago • 4 comments

Can I use a slider with a Bokeh.jl plot?

slider = Slider(start=1, end=20, value=order, step=1, title="Order:")
gives me an error: 'syntax: unexpected end'

Thank You

wadehenning avatar Aug 04 '15 17:08 wadehenning

no sadly not at the moment I haven't implemented them. If you want to help have a go at implementing them in Bokeh.jl I'm happy to help (a little, I'm very busy atm.), review, merge, release & credit you.

samuelcolvin avatar Aug 04 '15 18:08 samuelcolvin

I wish I had the tools to help!  I am crunched for time myself and am looking for easy ways to interact with my Julia models.  Thanks.

 On Tuesday, August 4, 2015 2:07 PM, Samuel Colvin <[email protected]> wrote:

no sadly not at the moment I haven't implemented them. If want to have a go at implementing them in Bokeh.jl I'm happy to help (at least, I'm very busy atm.), review, merge, release & credit.— Reply to this email directly or view it on GitHub.

wadehenning avatar Aug 04 '15 18:08 wadehenning

I can see how useful this would be but it needs two way communication with Julia I guess using websockets which is a long way off. Honestly I probably won't implement it unless I find myself needing it.

samuelcolvin avatar Aug 04 '15 18:08 samuelcolvin

It is good to know that this is is probably a 'long way off' for you- thanks for sharing.  I am interested to see the  Reactj.s integration they are indicating for the Bokeh 0.10.0 release.

 On Tuesday, August 4, 2015 2:27 PM, Samuel Colvin <[email protected]> wrote:

I can see how useful this would be but it needs two way communication with Julia I guess using websockets which is a long way off. Honestly I probably won't implement it unless I find myself needing it.— Reply to this email directly or view it on GitHub.

wadehenning avatar Aug 04 '15 18:08 wadehenning