Bokeh widgets: Auto-complete text input and tables?

Hi,

I have been playing with some examples that include widgets in Bokeh, and was wondering if the package currently includes widgets like the following (two separate types of Widgets):

  • An auto-complete text-box with a list (user starts typing and the widget makes suggestions and autocopmletes (e.g. similar to this country autocomplete)

  • A table with columns and rows to display outputs

Thanks again for this great project!

Best,

Josh

Hi Josh,

First let me say thanks for the great feedback and interest. Also I have seen your other message, just pretty swamped have not had a chance to respond in detail unfortunately, but I hope to very soon. I'm not aware that the current text box widget supports any kind of autocomplete but that sounds like a nice addition. Please feel free to make a GH issue describing this request and we can try to find a time to prioritize it in the future. We do currently have a "Hands-on Table" widget. You can see an example at:

  https://github.com/ContinuumIO/bokeh/blob/master/examples/glyphs/data_tables_server.py

This widget needs some improvements, and there is currently a PR underway to make these improvements that will be merged soon (definitely before the 0.6 release in two weeks). Additionally we need to add some examples of using the widget with the higher level APIs.

Bryan

···

On Aug 26, 2014, at 1:56 PM, Josh Wasserstein <[email protected]> wrote:

Hi,

I have been playing with some examples that include widgets in Bokeh, and was wondering if the package currently includes widgets like the following (two separate types of Widgets):

* An auto-complete text-box with a list (user starts typing and the widget makes suggestions and autocopmletes (e.g. similar to this country autocomplete)
* A table with columns and rows to display outputs

Thanks again for this great project!

Best,

Josh

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/CAD4ivxWfvR1CDyZtY-ip-yfr5JjUFksjpk6-GNshn6ipBC8OwA%40mail.gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Thanks a lot Bryan for the quick response. No worries about the other message. I am starting to put together an example taking pieces from taylor_server.py. I think I managed to trim it down to a minimal layout.

I asked about auto-complete because I saw a few references to “auto-complete” in the definition o widgets here:

https://github.com/ContinuumIO/bokeh/blob/master/bokeh/widgetobjects.py

but I imagine those are just references to work in progress.

I will keep investigating and if I come up with anything I can send you for a PR or similar I will let you know.

Josh

···

On Tue, Aug 26, 2014 at 3:01 PM, Bryan Van de Ven [email protected] wrote:

Hi Josh,

First let me say thanks for the great feedback and interest. Also I have seen your other message, just pretty swamped have not had a chance to respond in detail unfortunately, but I hope to very soon. I’m not aware that the current text box widget supports any kind of autocomplete but that sounds like a nice addition. Please feel free to make a GH issue describing this request and we can try to find a time to prioritize it in the future. We do currently have a “Hands-on Table” widget. You can see an example at:

    [https://github.com/ContinuumIO/bokeh/blob/master/examples/glyphs/data_tables_server.py](https://github.com/ContinuumIO/bokeh/blob/master/examples/glyphs/data_tables_server.py)

This widget needs some improvements, and there is currently a PR underway to make these improvements that will be merged soon (definitely before the 0.6 release in two weeks). Additionally we need to add some examples of using the widget with the higher level APIs.

Bryan

On Aug 26, 2014, at 1:56 PM, Josh Wasserstein [email protected] wrote:

Hi,

I have been playing with some examples that include widgets in Bokeh, and was wondering if the package currently includes widgets like the following (two separate types of Widgets):

  • An auto-complete text-box with a list (user starts typing and the widget makes suggestions and autocopmletes (e.g. similar to this country autocomplete)
  • A table with columns and rows to display outputs

Thanks again for this great project!

Best,

Josh

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/CAD4ivxWfvR1CDyZtY-ip-yfr5JjUFksjpk6-GNshn6ipBC8OwA%40mail.gmail.com.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.

You received this message because you are subscribed to the Google Groups “Bokeh Discussion - Public” group.

To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].

To post to this group, send email to [email protected].

To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/8949B4AE-1740-47A6-9C08-B8D715B3109C%40continuum.io.

For more options, visit https://groups.google.com/a/continuum.io/d/optout.