Add apps to running bokeh server

I’ve been looking over https://groups.google.com/a/continuum.io/forum/#!topic/bokeh/LYmjTXzX43E it seems like this creates a new bokeh server. Is there a way to add applications to an already running

bokeh serve

``

or

bokeh serve app1.py

``

Our use case uses multiple apps. instead of calling all the apps

bokeh serve app1.py app2.py app3.py app4.py app5.py app6.py …

``

then when we create a new app, close the currently running bokeh server and then call

bokeh serve newapp.py app1.py app2.py app3.py app4.py app5.py app6.py …

``

we would like to add apps without starting a new bokeh server. Is this possible?

Not currently, thought that might be a nice feature. I imagine it would have to be that the apps are listed in some config file, and a HUP or similar signal to the server causes it to re-read that config. I'd encourage you to submit a GH feature request, tho I can't make any claims about when anyone on the core team would be able to look at it.

Thanks,

Bryan

···

On Sep 20, 2016, at 10:38 AM, Robbie Pritchard <[email protected]> wrote:

I've been looking over Redirecting to Google Groups it seems like this creates a new bokeh server. Is there a way to add applications to an already running

bokeh serve

or

bokeh serve app1.py

Our use case uses multiple apps. instead of calling all the apps

bokeh serve app1.py app2.py app3.py app4.py app5.py app6.py ...

then when we create a new app, close the currently running bokeh server and then call

bokeh serve newapp.py app1.py app2.py app3.py app4.py app5.py app6.py ...

we would like to add apps without starting a new bokeh server. Is this possible?

--
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/e4cae662-52b9-498b-9b5d-1a325ca2e2a4%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.