Ipynb Image Extractor

projects

Extract images from Jupyter notebooks

Install

pip
$

Image Extractor Demo

CLI Reference

extract_images notebook.ipynbExtract all images to ./images/ directory
extract_images notebook.ipynb -o ./outputSpecify custom output directory
extract_images notebook.ipynb --format pngConvert all images to a specific format

About

Extracts all images from Jupyter notebook files into a directory with one command. The kind of tool you build because you needed it once, spent twenty minutes looking for an existing one, found nothing good, and wrote it in an afternoon. Fifty people have found it since.

Highlights

  • 50 downloads on PyPI
  • Extracts base64-encoded and URL-referenced images
  • One command, no configuration needed