Ipynb Image Extractor

projects

Extract images from Jupyter notebooks

Type
App · 2022
Built with
Python · Nbformat · Pillow
Reach
50 users
Links
PyPISource
Install
pip install ipynb-image-extract

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.

Commands

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

A closer look

analysis.ipynb