Skip to main content

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

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ipynb_image_extract-1.0-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page