skillfed

emr-notebooks-magics

Jupyter Magics for EMR Notebooks.

emr-notebooks-magics v0.2.4 2.0M downloads/30d#3,387 on PyPI
Permissive license Abandoned released

What it is and what it does

emr-notebooks-magics is a collection of iPython magics designed specifically for Amazon EMR Notebooks. It extends Jupyter with three main commands: one to generate presigned URLs for S3 objects, one to mount S3 workspaces locally using FUSE-based filesystems (S3-FUSE or Goofys), and one to execute other notebooks asynchronously in the background.

The package is tightly coupled to the EMR Notebooks environment and requires external system dependencies to be installed via EMR cluster bootstrap actions before the package itself can function. Installation happens either through an EMR step or directly within a Jupyter notebook, but a kernel restart is required after installation. The project is no longer actively maintained, with the last release over three years ago.

Use it for:

  • Mount S3 workspace directories onto an EMR cluster instance to access files as if they were local.
  • Generate presigned URLs for S3 objects to enable downloads directly from Jupyter notebooks.
  • Execute long-running notebooks asynchronously in the background while preserving output logs.
  • Integrate S3 storage workflows into EMR Notebook-based data analysis pipelines.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides iPython magics for Amazon EMR Notebooks to mount S3 workspaces, generate presigned S3 download URLs, and execute notebooks in the background.

No. The package is abandoned (1141 days since last release) with no active maintenance, and it requires manual system-level dependency management (S3-FUSE or Goofys) on each EMR cluster. For new EMR Notebook projects, consider whether AWS has released newer tooling or whether direct boto3 S3 operations better suit your needs. If you are already using this package in a stable environment, proceed cautiously and monitor for security issues independently.

Install

emr-notebooks-magics on PyPI

pip

pip install emr-notebooks-magics

uv

uv add emr-notebooks-magics

poetry

poetry add emr-notebooks-magics

Installing emr-notebooks-magics

Before you install

High install friction: requires system-level dependencies (S3-FUSE or Goofys) installed via EMR bootstrap actions before the package can be used. Package is abandoned as of 1141 days since last release, with no active maintenance.

License in practice

Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions.

Quickstart

# Install via Jupyter in EMR Notebook
%pip install emr-notebooks-magics

# After kernel restart, use magics:
%generate_s3_download_url s3://my_bucket/path/to/object
%mount_workspace_dir .
%execute_notebook notebook_name.ipynb

Requires S3-FUSE or Goofys installed on EMR cluster via bootstrap action; requires Amazon EMR Notebooks environment; kernel restart needed after installation.

Verify before relying

  • Current compatibility with recent EMR Notebook versions, given 1141-day gap since last release.
  • Whether S3-FUSE and Goofys dependencies remain maintained and secure.
  • Python version support (listed as unspecified in metadata).

Package facts

License not declared (permissive)
Python support not specified
Install friction high — source build required
Runtime dependencies none
Maintenance abandoned — 1,141 days since the last release
First released
Downloads 1,981,563/month — #3,387 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: emr-notebooks-magics-0.2.4.tar.gz

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseNatural Language :: English

Tags

emr notebook magicsjupyter s3 mountaws emr notebookss3 workspace accessemr notebook utilities
aws-emrjupyter-magicsabandoned

More Distributed Computing packages