Is it possible to specify the ip of a bokeh server using a bokeh.charts object? (sorry if repost)

Hello,

I have code working that creates a time series plot into a server running in localhost. However, I do not seem to find a way to specify an ip for the server. I can do it with more low lever plot like lines by using:

output_server(‘Plot title’, url=‘http://someURL:5006/’, clear=True)

but that seems to have no effect when using high lever charts.

I have taken a look at the code and it seems to me that there is no simple way to pass either the ip or session to high level charts. Is this correct? Is there some way to do this?

Thanks a lot for your time

This is a duplication of the previous post: https://groups.google.com/a/continuum.io/forum/?utm_medium=email&utm_source=footer#!topic/bokeh/Ds5mPQ-c7Zs

···

On Wednesday, January 21, 2015 at 6:02:45 PM UTC+1, [email protected] wrote:

Hello,

I have code working that creates a time series plot into a server running in localhost. However, I do not seem to find a way to specify an ip for the server. I can do it with more low lever plot like lines by using:

output_server(‘Plot title’, url=‘http://someURL:5006/’, clear=True)

but that seems to have no effect when using high lever charts.

I have taken a look at the code and it seems to me that there is no simple way to pass either the ip or session to high level charts. Is this correct? Is there some way to do this?

Thanks a lot for your time