notebook.community
Edit and run
In [1]: import numpy import matplotlib
import numpy import matplotlib
In [2]: numpy.random.normal(0, 0.1, 3)
numpy.random.normal(0, 0.1, 3)
Out[2]: array([-0.10746616, 0.12031767, 0.19591393])
array([-0.10746616, 0.12031767, 0.19591393])
In [ ]: