nbproject: Manage Jupyter notebooks#
Open-source ELN for the drylab.
Manage notebooks with metadata, dependency, and integrity tracking.
Sketch pipelines and share reproducible notebooks with context.
Why? Read the report.
Supported editors & platforms:
Jupyter Lab
Jupyter Notebook
VS Code (no interactive experience, not recommended for production)
Install:
pip install nbproject
Get started:
from nbproject import header; header() # Initializes & displays metadata, starts tracking. Done. 😅
Documentation:
Quickstart and guide.
See the API reference and the FAQ for edge cases & errors.
See the source code on GitHub.