Bokeh: Add ability to set browser tab title on server apps / non-`output_file` apps

Created on 9 Feb 2016  路  3Comments  路  Source: bokeh/bokeh

Basically looking to set the browser tab title. This is currently available when using output_file, but having trouble finding it for server apps, or app that use show.

<head>
     <title>My Custom Title</title>
</head>
invalid feature

Most helpful comment

Yup:

curdoc().title = "TEST TITLE"

screen shot 2016-04-13 at 11 47 23 am

All 3 comments

This is really important when you have several plots open (and can't waste space on titles directly in the plot). Is there a rough ETA for 0.12?

This is set-able via curdoc().title unless I am misunderstanding something.

Yup:

curdoc().title = "TEST TITLE"

screen shot 2016-04-13 at 11 47 23 am

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nmvasani picture nmvasani  路  3Comments

tommycarstensen picture tommycarstensen  路  4Comments

tkchris93 picture tkchris93  路  3Comments

thoth291 picture thoth291  路  4Comments

rornor picture rornor  路  3Comments