labapi.util.types.NotebookInit#
- class labapi.util.types.NotebookInit(id: str, name: str, is_default: bool)[source]#
Bases:
objectRepresents the initial data required to set up a LabArchives notebook object.
Methods
__init__(id, name, is_default)Attributes
The unique identifier of the notebook.
The name of the notebook.
Whether this notebook is the user's default.