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.
This dataclass holds essential information such as the notebook’s ID, and name.
Methods
__init__(id, name, is_default)Attributes
The unique identifier of the notebook.
The name of the notebook.
A value indicating if this notebook is the user's default.