Amazon EMR Notebooks

Amazon EMR Notebooks provide an interactive, serverless notebook interface for data analysis directly connected to Apache Spark-powered EMR clusters

Users can easily create and access EMR Notebooks through the Amazon EMR console as EMR Studio Workspaces

The notebook interface separates user work from compute clusters, storing all content on Amazon S3 for durability and reuse

EMR Notebooks leverage the scalable compute power of EMR clusters, running code via a kernel on the cluster while the notebook remains client-side

Notebooks can be flexibly attached to and detached from different EMR clusters, supporting cost-effective, on-demand computing

Multiple users can connect their notebooks to the same EMR cluster, enabling real-time collaboration and easy sharing via S3

EMR Notebooks support both interactive use via the console and programmatic, “headless” execution through the EMR API