NotebookExecutionHandler Class

Represents the base class for notebook execution handlers.

Construct NotebookExecutionHandler object.

Inheritance
builtins.object
NotebookExecutionHandler

Constructor

NotebookExecutionHandler(handler_script, dependencies=None)

Parameters

handler_script
str
Required

The Python script name to execute a notebook.

dependencies
list
default value: None

A list of pip dependencies.

handler_script
str
Required

The Python script name to execute a notebook.

dependencies
list
Required

A list of pip dependencies.