Link to app not to list of documents

Hi,

Once I start bokeh-server and run my app as a python script (e.g. on a different terminal), how can I get a URL that points directly to the app and not the the list of documents or the document interface?

When I go to: localhost:5006/bokeh I see my documents. I can technically see the link:

http://localhost:5006/bokeh/#916AAC1F0D2E4899AB97FC026BB6535E

but it displays my app as:

Bokeh Documents for defaultuser

Document: my_document

Is there any way to access the app only from a URL link?

For reference, I am using the template provided by taylor_server.py

Thanks!

Josh