ou_container_builder.packs.notebook#

Functionality to install Notebook.

class ou_container_builder.packs.notebook.Options(*, version: Literal[7] = 7)#

Options for the Notebook pack.

model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}#

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

model_fields: ClassVar[dict[str, FieldInfo]] = {'version': FieldInfo(annotation=Literal[7], required=False, default=7)}#

Metadata about the fields defined on the model, mapping of field names to [FieldInfo][pydantic.fields.FieldInfo].

This replaces Model.__fields__ from Pydantic V1.

ou_container_builder.packs.notebook.generate(state: State, progress: Progress) None#

Unused.

ou_container_builder.packs.notebook.init(state: State) None#

Initialise packs.notebook.