bokeh.server.application_context

Provides the ApplicationContext class.

class ApplicationContext(application, io_loop=None, url=None)[source]

Server-side holder for bokeh.application.Application plus any associated data. This holds data that’s global to all sessions, while ServerSession holds data specific to an “instance” of the application.