notebook.community
Edit and run
In [1]: %pylab inline
%pylab inline
Populating the interactive namespace from numpy and matplotlib
In [2]: N = 1000 dU = zeros((N,N)) U = zeros((N,N)) U[:,0:5] = 1
N = 1000 dU = zeros((N,N)) U = zeros((N,N)) U[:,0:5] = 1
In [ ]: def update(i):
def update(i):