pylabnotebook
- pylabnotebook.init.init_labnotebook(name: str) None[source]
Create new labnotebook.
This function creates a new labnotebook by creating a new .labnotebook folder with all the necessary files included.
- Parameters:
name (str) – Name of the project.
- pylabnotebook.export.export_labnotebook(output_file: str, force: bool, link: bool) None[source]
Export labnotebook to html.
This function exports the labnotebook into a single html file ready to read and share.
- Parameters:
output_file (str) – path of the file to create
force (bool) – whether to force the overwriting of output_file if exists.
link (bool) – whether to create links to analysis files in analysis files bullet list. These links can be used to open the analysis files directly from the notebook. # pylint: disable=line-too-long