nbproject.dev.MetaContainer#

class nbproject.dev.MetaContainer(**data)#

Bases: BaseModel

The metadata stored in the notebook file.

Attributes

id: str#

A universal 8-digit base62 ID.

version: str#

Published version of notebook.

time_init: str#

Time of nbproject init in UTC. Often coincides with notebook creation.

pypackage: Optional[Mapping[str, str]]#

Dictionary of notebook pypackages and their versions.

parent: Union[str, List[str], None]#

One or more nbproject ids of direct ancestors in a notebook pipeline.

user_handle: Optional[str]#

User handle from lamindb.

user_id: Optional[str]#

User ID from lamindb.

user_name: Optional[str]#

User name from lamindb.