emr-notebooks-magics
Jupyter Magics for EMR Notebooks.
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-magicsuv
uv add emr-notebooks-magicspoetry
poetry add emr-notebooks-magicsInstalling 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
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
bigquery-magicsProvides IPython magic commands to query Google…
permissive · top 15,000 on PyPI
hdijupyterutilsProvides utility functions and Jupyter…
permissive · top 5,000 on PyPI
jupyter-ai-magicsJupyter AI Magics provides a JupyterLab…
permissive · top 15,000 on PyPI
metakernelMetaKernel is a base class for building custom…
permissive · top 15,000 on PyPI
watermarkWatermark is an IPython magic extension that…
permissive · top 15,000 on PyPI
ipythonIPython is an enhanced interactive Python shell…
permissive · top 1,000 on PyPI
jupysqlAdds SQL execution to Jupyter and IPython…
permissive · top 15,000 on PyPI
ipytestRuns pytest test suites directly in Jupyter…
permissive · top 15,000 on PyPI
autovizwidgetAutovizwidget automatically generates…
permissive · top 5,000 on PyPI
mkdocs-jupyterConverts Jupyter notebooks and Python scripts…
permissive · top 15,000 on PyPI