Interactive Reports through Bokeh

Hi

I have only recently started using Bokeh and have only explored interactive plots and basic dashboards. What I am looking at creating is interactive reports - let’s say a 2 pager - with text and interactive graphs. I went through questions on this forum but couldn’t find what I was looking for.

I know Dash allows you to create interactive reports, the kind I am looking for. But I am on a tight schedule and may not have the time to learn Dash just yet. I feel more comfortable with Bokeh. I would highly appreciate if anyone on this forum could guide me to resources or examples to create interactive reports.

Best

Shashank

You can use Div() widgets to format text as you wish and put them together with plots in grid layouts. You could use Panel and Tabs to have different “pages”. Getting something to look like what you linked would become more involved with custom css templates.

If you don’t need to update any text via callbacks, I think it’s much easier to write the webpage itself and emb bokeh plots in it.

···

Le mercredi 20 septembre 2017 00:14:22 UTC-4, shashank rai a écrit :

Hi

I have only recently started using Bokeh and have only explored interactive plots and basic dashboards. What I am looking at creating is interactive reports - let’s say a 2 pager - with text and interactive graphs. I went through questions on this forum but couldn’t find what I was looking for.

I know Dash allows you to create interactive reports, the kind I am looking for. But I am on a tight schedule and may not have the time to learn Dash just yet. I feel more comfortable with Bokeh. I would highly appreciate if anyone on this forum could guide me to resources or examples to create interactive reports.

Best

Shashank