API Handlers

The handlers module

BookstoreVersionHandler

class bookstore.handlers.BookstoreVersionHandler(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs)

Bases: notebook.base.handlers.APIHandler

Handler responsible for Bookstore version information

Used to lay foundations for the bookstore package. Though, frontends can use this endpoint for feature detection.

Jupyter Server extension

bookstore.handlers.load_jupyter_server_extension(nb_app)

This function loads bookstore as a Jupyter Server extension.