Skip to content

Instantly share code, notes, and snippets.

View kadeng's full-sized avatar

Kai Londenberg kadeng

  • Meta Inc.
  • Burgdorf, Germany
  • 12:35 (UTC +02:00)
View GitHub Profile
@kadeng
kadeng / !README.md
Created September 13, 2018 07:19 — forked from zed/!README.md
swig hello world example
@kadeng
kadeng / create_browser_video_matplotlib
Created January 5, 2018 10:41
How to create a Chrome/ Jupyter Notebook compatible embedded video using ffmpeg and matplotlib
# IMPORTANT:
# Install FFMPEG Static build from https://johnvansickle.com/ffmpeg/
import numpy as np
import matplotlib
#matplotlib.use("Agg")
import matplotlib.pyplot as plt
from math import sin,cos,pi
import matplotlib.animation as manimation