Sampe article in Jupyter notebook

In [1]:
%matplotlib inline
In [2]:
import numpy as np
import matplotlib.pyplot as plt
 
plt.scatter(np.random.rand(100), np.random.rand(100))
Out[2]:
<matplotlib.collections.PathCollection at 0x10896d1d0>