jupyterlab_celltests package¶
Submodules¶
-
class
jupyterlab_celltests.extension.RunCelltestsHandler(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs)[source]¶ Bases:
notebook.base.handlers.IPythonHandler-
executor= <concurrent.futures.thread.ThreadPoolExecutor object>¶
-
-
class
jupyterlab_celltests.extension.RunLintsHandler(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs)[source]¶ Bases:
notebook.base.handlers.IPythonHandler-
executor= <concurrent.futures.thread.ThreadPoolExecutor object>¶
-
-
jupyterlab_celltests.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.