actions-marketplace-validations/run-notebook
Run notebook
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 8, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/yaananth_run-notebook@16d8b8f59e344f208a543e44694327e2f6b6d166 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| notebook | Path to notebook with extension that should be executed | — | "" |
| params | Path to parameters file with extension, contents should be json | — | {} |
| isReport | If True, will hide inputs in notebook | — | false |
| poll | If True, this will pool output every 15 seconds and displays, this is useful in cases where there is long running cells and user wants to see output after going to the page, since github actions does not show streaming from the beginning, this is a hack to get around it | — | false |
Outputs
no outputs