Hello,
How do I change the bokeh application title? The title that appears in the browser tab, i.e. the html title tag. I’m running a bokeh server with the command,
bokeh serve <myapp.py>
Thanks
Hello,
How do I change the bokeh application title? The title that appears in the browser tab, i.e. the html title tag. I’m running a bokeh server with the command,
bokeh serve <myapp.py>
Thanks
That’s a great question.
Withou t
a custom html template I don’t
think that’s possible.
Having a custom html
template with bokeh server is annoying at the moment - see another th read that I currently
have runni ng
with RedRaven:
https://groups.google.com/a/continuum.io/d/msgid/bokeh/5a6be19a-6b77-4c15-bf8c-67d5c87d6cd0%40continuum.io?utm_medium=email&utm_source=footer
On 3/7/16 3:46 AM, David wrote:
w do I change the bokeh application title? The title that
appears in the browser tab, i.e. the html title tag. I’m running
a bokeh server with the command,
bokeh serve <myapp.py>
Thanks
–
Sarah Bird
Developer, Bokeh
[
![Continuum Analytics](http://docs.continuum.io/_static/img/ContinuumWordmark.png)
](http://continuum.io)
This would be a good feature request issue to open
On Mar 8, 2016, at 2:36 PM, Sarah Bird - Continuum <[email protected]> wrote:
That's a great question.
Without a custom html template I don't think that's possible.
Having a custom html template with bokeh server is annoying at the moment - see another thread that I currently have running with RedRaven: https://groups.google.com/a/continuum.io/d/msgid/bokeh/5a6be19a-6b77-4c15-bf8c-67d5c87d6cd0%40continuum.io?utm_medium=email&utm_source=footer
On 3/7/16 3:46 AM, David wrote:
w do I change the bokeh application title? The title that appears in the browser tab, i.e. the html title tag. I'm running a bokeh server with the command,
bokeh serve <myapp.py>
Thanks
--
Sarah Bird
Developer, Bokeh--
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/56DF37DB.2010100%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.
This worked for me…
p = Figure(…)
curdoc().add_root(p)
curdoc().title = “MyApp Title”
Hope it helps.
On Mon, Mar 7, 2016 at 5:46 AM, David [email protected] wrote:
Hello,
How do I change the bokeh application title? The title that appears in the browser tab, i.e. the html title tag. I’m running a bokeh server with the command,
bokeh serve <myapp.py>
Thanks
–
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/9fdca808-c448-4021-adf5-c2c34cb3a8d5%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
That solved my issue. Thanks!
On Tuesday, 8 March 2016 23:11:03 UTC, Joseph Lewis wrote:
This worked for me…
p = Figure(…)
curdoc().add_root(p)
curdoc().title = “MyApp Title”
Hope it helps.
On Mon, Mar 7, 2016 at 5:46 AM, David [email protected] wrote:
Hello,
How do I change the bokeh application title? The title that appears in the browser tab, i.e. the html title tag. I’m running a bokeh server with the command,
bokeh serve <myapp.py>
Thanks
–
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/9fdca808-c448-4021-adf5-c2c34cb3a8d5%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.