In [ ]:
    
%matplotlib inline
    
In [ ]:
    
from beampy import *
# Remove quiet=True to get Beampy render outputs
doc = document(quiet=True)
with slide():
    maketitle('Beampy a tool to make simple presentation',
              author='H. Chauvet',
              subtitle='Written in Python',
              date='now')
display_matplotlib(gcs())