bokeh.server.application_context¶
Provides the ApplicationContext
class.
-
class
bokeh.server.application_context.
ApplicationContext
(application, io_loop=None, url=None)¶ 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.