bibliotekar.testing.list_notebooks#
- bibliotekar.testing.list_notebooks(path)[source]#
Return a list of all notebooks in a shelf.
- Parameters:
path (
PathLike
[str
] |str
) – Any path within the target shelf. Seebibliotekar.Shelf
for details.- Returns:
paths (
list[Path]
) – List of paths to all notebooks in the shelf.ids (
list[str]
) – List of unique IDs for the notebooks. Can be used asids
when parametrizing tests with pytest.