Accessing bokeh plot from local network

I am attempting to share my plots with my colleagues. I run “bokeh serve --show myfile.py” and I can view my data on my computer, but when I try from other computers on the network, I get “403: forbidden”. Is there a way to make it public?

Yes, you need to add a --host option with the IP or hostname that users will connect to, as described here:

  http://bokeh.pydata.org/en/latest/docs/user_guide/cli.html#network-configuration

By default, Bokeh server only accepts connections made to "localhost" unless explicitly configured to be more open.

Bryan

···

On Mar 8, 2016, at 2:33 PM, Christopher Jenness <[email protected]> wrote:

I am attempting to share my plots with my colleagues. I run "bokeh serve --show myfile.py" and I can view my data on my computer, but when I try from other computers on the network, I get "403: forbidden". Is there a way to make it public?

--
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/a7f96e66-2d04-497f-ba9f-785fcb679124%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.