In [ ]:
%matplotlib inline
In [ ]:
from beampy import *
# Remove quiet=True to get Beampy render outputs
doc = document(quiet=True)
with slide('Svg: grid'):
grid(25, 25, color='gray')
grid(100, 100, color='crimson')
display_matplotlib(gcs())