GitHub Action
nbmake
v0.2.1
Latest version
GitHub Action for testing notebooks (repo renamed from 'treebeard').
Tests notebooks using nbmake via pytest.
- uses: "treebeardtech/[email protected]"
with:
path: "./examples"
path-output: .
notebooks: |
nb1.ipynb
'sub dir/*.ipynb'
See action.yml for the parameters you can pass to this action, and see unit tests and integ tests for example invocations.
Any static site hosting platform will work, e.g. S3, Firebase, Netlify.
npm install
npm run all