My first jupyter notebook Posted on: Mon 13 February 2017 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>] Category: Claus – Tags: python