[1bd6b5]: / pipeline.py

Download this file

9 lines (6 with data), 198 Bytes

1
2
3
4
5
6
7
8
from nbpipeline.rules import discover_notebooks
groups = discover_notebooks(
ignored_dirs={'backlog', 'archive'},
ignore={'notebook_setup.ipynb'},
only_tracked_in_git=True
)['groups']