notebook.community
Edit and run
In [7]: import numpy as np import seaborn as sns %matplotlib inline
import numpy as np import seaborn as sns %matplotlib inline
In [8]: x = np.random.normal(size=100) sns.distplot(x)
x = np.random.normal(size=100) sns.distplot(x)
Out[8]: <matplotlib.axes._subplots.AxesSubplot at 0x7f5ec835ccf8>
<matplotlib.axes._subplots.AxesSubplot at 0x7f5ec835ccf8>