lookatme.output.html module

Output an entire slide deck into an interactive html file

class lookatme.output.html.HtmlSlideDeckOutputFormat[source]

Bases: lookatme.output.base.BaseOutputFormat

DEFAULT_OPTIONS = {'cols': 100, 'render_images': True, 'rows': 30, 'title_delim': ':'}
NAME = 'html'
do_format_pres(pres: lookatme.pres.Presentation, output_path: str)[source]