In [4]:
1+1
%matplotlib notebook

In [2]:
from matplotlib import pyplot as plt

In [5]:
plt.plot([1,2,3],[4,5,6],'.')
plt.show()



In [6]:
25000/60/60


Out[6]:
6

In [ ]: