Back to browse
GitHub Repository

Run sequences of Jupyter notebooks as a workflow from the command line or the JupyterLab sidebar

7 starsPython

nbpipe – A lightweight workflow runner for Jupyter notebooks

by nawazgafar·May 16, 2026·1 point·0 comments

AI Analysis

MidShip It

YAML-based notebook runner competing directly with Papermill and Jupytext.

Strengths
  • Integrates directly into the JupyterLab sidebar for visual workflow triggering.
  • Validates step completion by checking for specific output file existence.
  • Uses simple YAML configuration instead of complex Python orchestration code.
Weaknesses
  • Papermill already solves parameterized notebook execution with a larger ecosystem.
  • No support for conditional logic or branching within the YAML workflow definition.
Target Audience

Data scientists and ML engineers using Jupyter

Similar To

Papermill · Jupytext · Prefect

Similar Projects