actions-marketplace-validations/run-notebook

Run notebook

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Sep 8, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/yaananth_run-notebook@16d8b8f59e344f208a543e44694327e2f6b6d166 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
notebookPath to notebook with extension that should be executed""
paramsPath to parameters file with extension, contents should be json{}
isReportIf True, will hide inputs in notebookfalse
pollIf 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 itfalse

no outputs