GitHub - ngafar/nbpipe: Run sequences of Jupyter notebooks as a workflow from the command line or the JupyterLab sidebar · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
ngafar
nbpipe
Public
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>50 Commits<br>50 Commits
.github/workflows
.github/workflows
jupyter-config.d
jupyter-config.d
nbpipe
nbpipe
src
src
style
style
tests
tests
.gitignore
.gitignore
.python-version
.python-version
.yarnrc.yml
.yarnrc.yml
LICENSE
LICENSE
README.md
README.md
jest.config.js
jest.config.js
jlab-screenshot.png
jlab-screenshot.png
package.json
package.json
pyproject.toml
pyproject.toml
tsconfig.json
tsconfig.json
uv.lock
uv.lock
yarn.lock
yarn.lock
View all files
Repository files navigation
nbpipe
Run sequences of Jupyter notebooks as a workflow from the command line or the JupyterLab sidebar.
Installation
pip install nbpipe
Usage
Create a .nbpipe/ directory at the root of your project and add a workflow YAML file inside it.
# .nbpipe/my_workflow.yaml<br># Notebook paths are relative to the project root
name: my_workflow<br>steps:<br>- notebook: prepare_data.ipynb<br>output: data/processed.csv<br>- notebook: train_model.ipynb
Run it from the CLI:
nbpipe run .nbpipe/my_workflow.yaml
or from JupyterLab:
Step fields
Field<br>Required<br>Description
notebook<br>yes<br>Notebook to run, relative to the project root
output<br>no<br>File the notebook must produce — workflow fails if absent
About
Run sequences of Jupyter notebooks as a workflow from the command line or the JupyterLab sidebar
Resources
Readme
License
MIT license
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Releases
v0.1.3
Latest
May 8, 2026
+ 3 releases
Packages
Uh oh!
There was an error while loading. Please reload this page.
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Python<br>60.4%
TypeScript<br>33.7%
CSS<br>4.8%
JavaScript<br>1.1%
You can’t perform that action at this time.