If by rnolab you mean using to document experiments, analyses, and data (a "digital lab notebook"), follow this proper guide.
Because "Nolan" is a common surname, several high-impact research laboratories often appear under similar search terms. rnolab
class ExperimentTracker: def __init__(self, root_dir=".rnolab_experiments"): self.root_dir = Path(root_dir) self.root_dir.mkdir(exist_ok=True) If by rnolab you mean using to document