Copy page Copy page View source labapi.tree.notebook.NotebookExport# class labapi.tree.notebook.NotebookExport(path: Path)[source]# Bases: object The completed result of exporting a notebook. __init__(path: Path)[source]# Initialize the export result with its destination path. Methods __init__(path) Initialize the export result with its destination path. Attributes path Return the export destination. property path: Path# Return the export destination.