Display

Introduction to the Display module

This module contains functions for use in creating and displaying HTML embedded videos in Jupyter notebooks. Matplotlib animation objects are converted either directly to HTML5 or via a permanent file in the directory containing the notebook.

A notebook demonstrating its use can be found here (or in nbviewer).

You can find the source code for this module on the GitHub.