Moved projectedGradient to the optimize file. Added video to IPNB.

This commit is contained in:
Rowan Cockett
2013-11-07 14:56:54 -08:00
parent 1427fe5cec
commit 1ef70ba15c
4 changed files with 1013 additions and 503 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from IPython.display import HTML
# http://jakevdp.github.io/blog/2013/05/12/embedding-matplotlib-animations/
# http://www.renevolution.com/how-to-install-ffmpeg-on-mac-os-x/
VIDEO_TAG = """<video controls>
VIDEO_TAG = """<video controls loop>
<source src="data:video/x-m4v;base64,{0}" type="video/mp4">
Your browser does not support the video tag.
</video>"""