In [1]:
%load_ext ipynbgalry
from IPython.display import display
from galry.galryplot import GalryPlot
from numpy.random import randn
plot = GalryPlot(y=randn(100000)*.2)
display(plot)

In [ ]: