Extract images from IPython Notebooks
Project description
ipynb-image-extractor
ipynb-image-extractor is a Python package that allows you to easily extract images from IPython Notebooks and save them to a specified output folder.
Installation
You can install ipynb-image-extractor via pip:
pip install ipynb-image-extract
Usage
Once installed, you can use the extract-images command to extract images from an IPython Notebook file and save them to an output folder. Here's the basic usage:
extract-images input.ipynb output_folder
input.ipynb: The path to the IPython Notebook file from which you want to extract images.output_folder: The folder where the extracted images will be saved.
How it Works
The package utilizes the nbformat and Pillow libraries to parse the IPython Notebook and extract image data from 'image/png' outputs. The images are saved in PNG format.
Contributions
Contributions are welcome! If you encounter issues, have ideas for improvements, or want to contribute to the project, please open an issue or submit a pull request on the GitHub repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ipynb_image_extract-1.0-py3-none-any.whl.
File metadata
- Download URL: ipynb_image_extract-1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e23afaf0e6c9b8460e4bdad96baeaea20aba8fd3b0bc01d53b479ddcc3f509bf
|
|
| MD5 |
b0ce71227ae96c3399fd75b7b740e429
|
|
| BLAKE2b-256 |
41746e110b0c520456ef303f653d502f56792887c93aa3739cc5d13e25341c75
|