Index ¦ Archives ¦ Atom

My first jupyter notebook

Hello jupyter notebook!

In [2]:
import numpy as np
import matplotlib.pylab as plt
In [4]:
plt.plot(np.cumsum(np.random.random(100)))
Out[4]:
[<matplotlib.lines.Line2D at 0x10aef92b0>]

© Claus Haslauer. Built using Pelican. Theme by Giulio Fidente on github.