ipypublish.frontend.nbpresent module¶
-
ipypublish.frontend.nbpresent.nbpresent(inpath, outformat='slides_standard', outpath=None, dump_files=True, ignore_prefix='_', clear_files=False, log_level='INFO', dry_run=False, print_traceback=False, export_paths=())[source]¶ load reveal.js slides as a web server, converting from ipynb first if path extension is .ipynb
- Parameters
inpath (
str) – path to html or ipynb fileoutformat (
str) – conversion format to useoutpath (str or
pathlib.Path) – path to output converted filesdump_files (
bool) – whether to write files from nbconvert (images, etc) to outpathclear_files (
str) – whether to clear existing external files in outpath folderignore_prefix (
str) – ignore ipynb files with this prefixlog_level (
str) – the logging level (debug, info, critical, …)