In [ ]:
%matplotlib inline
In [ ]:
from beampy import *
# Remove quiet=True to get beampy compilation outputs
doc = document(quiet=True)
with slide('Video module'):
video('./ressources/test.webm', still_image_time=5.5)
display_matplotlib(gcs())
save('./examples_html_outputs/video.html')