jupyterlab_commands package

Submodules

class jupyterlab_commands.extension.CommandsHandler(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs)[source]

Bases: notebook.base.handlers.IPythonHandler

get()[source]
initialize(commands=None)[source]
post()[source]
class jupyterlab_commands.extension.CommandsListHandler(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs)[source]

Bases: notebook.base.handlers.IPythonHandler

get()[source]
initialize(commands=None)[source]
jupyterlab_commands.extension.load_jupyter_server_extension(nb_server_app)[source]

Called when the extension is loaded.

Parameters

nb_server_app (NotebookWebApplication) – handle to the Notebook webserver instance.