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>
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"

Most helpful comment
Yup: