lamindb.view#

lamindb.view(n=7, schema=None, registries=None)#

View latest metadata state.

Parameters:
  • n (int, default: 7) – Display the last n rows of a registry.

  • schema (Optional[str], default: None) – Schema module to view. Default’s to None and displays all schema modules.

  • registries (Optional[list[str]], default: None) – List of Registry names. Defaults to None and lists all registries.

Return type:

None

Examples

>>> ln.view()