Export Static Images

This documentation is for Dash Enterprise.
Dash Enterprise is the fastest way to write & deploy Dash apps and
Jupyter notebooks.
10% of the Fortune 500 uses Dash Enterprise to productionize AI and
data science apps. Find out if your company is using Dash Enterprise.

In this chapter, we will go over exporting static images from your Jupyter Notebook with Kaleido.

Kaleido is a library that makes it easy to export static images for web-based visualizations such as plotly, and is the preferred method.

To export static images with Kaleido, you will need to:

Supported Image Formats

By default, Kaleido supports converting Plotly figures to PNG, JPG, WebP, SVG, and PDF output formats. For EPS support, you will need to install the optional python-poppler library.

Learn More about Kaleido

Installing Kaleido

You can install Kaleido with:

$ pip install -U kaleido

Checkout the Kaleido PyPI page for additional installation instructions.