EMR Notebooks - Amazon EMR
docs.aws.amazon.com › emr-managed-notebooksAn EMR notebook is a "serverless" notebook that you can use to run queries and code. Unlike a traditional notebook, the contents of an EMR notebook itself—the equations, queries, models, code, and narrative text within notebook cells—run in a client. The commands are executed using a kernel on the EMR cluster.
Notebook execution Python samples - Amazon EMR
docs.aws.amazon.com › emr › latestThe following code example is a Boto3 (Python AWS SDK) file called demo.py that shows the notebook execution APIs. For information about the EMR API NotebookExecution actions, see EMR API Actions. demo.py: import boto3,time emr = boto3.client ( 'emr' , region_name= 'us-west-1' ) start_resp = emr.start_notebook_execution ( EditorId= 'e ...