Hi all,
I’m using the Bokeh-server to create a streaming plot. The streaming plots are created and I can see them in my browser. I am trying to use the returned by autoload_server into the head and body of my html file but nothing happens.
I’m probably missing something super basic. Can anyone tell me a simple way to use the from autoload_server?
Thanks
Quick update:
After looking through a few posts, I got it working.
I set up a simple http server on port 8000 and was able to view the streaming plot afterwards. Seems a little clunky to set up 2 servers but it’ll do.
···
On Tuesday, September 15, 2015 at 3:36:21 PM UTC-7, Walter wrote:
Hi all,
I’m using the Bokeh-server to create a streaming plot. The streaming plots are created and I can see them in my browser. I am trying to use the returned by autoload_server into the head and body of my html file but nothing happens.
I’m probably missing something super basic. Can anyone tell me a simple way to use the from autoload_server?
Thanks