Skip to main content

IPython inline plots and images through Sixel.

Project description

sixl

Installation

pip install sixl

Examples

Matplotlib

%matplotlib inline
import sixl
from matplotlib import pyplot as plt

plt.plot([1,2,3], [1,4,9])

Pillow

import PIL.Image
img = PIL.Image.load("image.png")

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

sixl-0.1.tar.gz (2.3 kB view hashes)

Uploaded Source

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