{ "metadata": { "name": "" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "#Odd-Even Decoupling\n", "\n", "What is odd-even decoupling? Let's pull up a video from the Burgers' Equation exercise and take a look. \n" ] }, { "cell_type": "code", "collapsed": false, "input": [ "from IPython.display import HTML\n", "from base64 import b64encode\n", "video = open(\"../videos/laxfricfl1.mp4\", \"rb\").read()\n", "video_encoded = b64encode(video)\n", "video_tag = '