adding applet to running server

Hello,

I’m a Bokeh newbie working through the examples. In the examples to run an applet, the command is of the form:

bokeh-server --script example_app.py

Is there a way to add an app to a running server rather than on server startup?

Thanks in advance for any insights!