TreeView?

Hello,

I just discovered that bokeh has also the possibility to display data tables.

That’s a pretty cool feature (for me).

Just out of curiosity: ist there also something like a TreeView, or is maybe something like this in planning?

Thanks

Daniel

Hi Daniel,

I can't say that adding a tree view is a top priority for the core library right now. However, Bokeh recently gained the capability to be extended with with custom user-defined models. So in principle, you could add this feature yourself. I intend to author quite a bit more documentation about BokehJS before the next release, but for now we have some examples you could reference. If you'd be interested in working on a demo of a tree view custom model it could make a nice addition to the examples, and I'd certainly be happy to help answer questions.

Thanks,

Bryan

···

On May 23, 2016, at 3:07 PM, 'Daniel Krause' via Bokeh Discussion - Public <[email protected]> wrote:

Hello,

I just discovered that bokeh has also the possibility to display data tables.
That's a pretty cool feature (for me).
Just out of curiosity: ist there also something like a TreeView, or is maybe something like this in planning?

Thanks
Daniel

--
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/CAMiLiKgDe2fAU05QvZ%2BegMX%3DrBhr%3Dh30SHw7AyvgM4AJNOFvHg%40mail.gmail.com\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.

Hi Brian,

thanks for your answer.

I am not familiar with Java Script, and also a very novice when it comes to program with user interfaces.

So I will just have to step back and wait (either until I am confident enough to try myself later on, or that maybe one time in the future this will be a bokeh feature).

As I am not sure there is any need besides my small interest: I fully understand that there are other priorities…

Daniel

···

2016-05-24 18:35 GMT+02:00 Bryan Van de Ven [email protected]:

Hi Daniel,

I can’t say that adding a tree view is a top priority for the core library right now. However, Bokeh recently gained the capability to be extended with with custom user-defined models. So in principle, you could add this feature yourself. I intend to author quite a bit more documentation about BokehJS before the next release, but for now we have some examples you could reference. If you’d be interested in working on a demo of a tree view custom model it could make a nice addition to the examples, and I’d certainly be happy to help answer questions.

Thanks,

Bryan

On May 23, 2016, at 3:07 PM, ‘Daniel Krause’ via Bokeh Discussion - Public [email protected] wrote:

Hello,

I just discovered that bokeh has also the possibility to display data tables.

That’s a pretty cool feature (for me).

Just out of curiosity: ist there also something like a TreeView, or is maybe something like this in planning?

Thanks

Daniel

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/CAMiLiKgDe2fAU05QvZ%2BegMX%3DrBhr%3Dh30SHw7AyvgM4AJNOFvHg%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/A7A11358-EFDA-491C-B4A0-320E62859D51%40continuum.io.

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

Hi guys

I’m also interested in a tree like widget for a project of mine.
I found an open-source tree plugin.

Bryan you mentioned that it is possible to extend BokehJs with custom user-defined models.
Is it possible to build custom models out of such existing plugins? So that I can use them in my Applications?

Kind regards
Michael