Ipynb Image Extractor
projectsExtract images from Jupyter notebooks
Install
pip
$
Image Extractor Demo
CLI Reference
extract_images notebook.ipynbExtract all images to ./images/ directoryextract_images notebook.ipynb -o ./outputSpecify custom output directoryextract_images notebook.ipynb --format pngConvert all images to a specific formatAbout
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