Headless mode?

In addition to creating plots for display in the browser, I also need to generate plots in batch on the server in PNG format so they can be inserted into a PowerPoint document (which will also be generated programmatically on the server). Is Bokeh able to directly generate PNG plots on the server – something like the Vega.js headless mode?

Thanks.

Anthony

Hi,

···

On Thu, Mar 27, 2014 at 7:46 PM, [email protected] wrote:

In addition to creating plots for display in the browser, I also need to generate plots in batch on the server in PNG format so they can be inserted into a PowerPoint document (which will also be generated programmatically on the server). Is Bokeh able to directly generate PNG plots on the server – something like the Vega.js headless mode?

Currently it’s only possible to render plots in a web browser, but in 0.5 release (next week) we should be able to generate plots directly from Python with PNGFileSession (this will use a headless browser behind the scenes).

Thanks.

Anthony

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/133586d4-3f31-4e35-b8f2-2969fdb10b00%40continuum.io.

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

Mateusz

Thanks. Looking forward to it.

···

On Thursday, March 27, 2014 4:17:19 PM UTC-4, Mateusz Paprocki wrote:

Hi,

On Thu, Mar 27, 2014 at 7:46 PM, [email protected] wrote:

In addition to creating plots for display in the browser, I also need to generate plots in batch on the server in PNG format so they can be inserted into a PowerPoint document (which will also be generated programmatically on the server). Is Bokeh able to directly generate PNG plots on the server – something like the Vega.js headless mode?

Currently it’s only possible to render plots in a web browser, but in 0.5 release (next week) we should be able to generate plots directly from Python with PNGFileSession (this will use a headless browser behind the scenes).

Thanks.

Anthony

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/133586d4-3f31-4e35-b8f2-2969fdb10b00%40continuum.io.

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

Mateusz