{"id":13559063,"url":"https://github.com/treebeardtech/nbmake-action","last_synced_at":"2025-10-05T23:31:34.239Z","repository":{"id":46929856,"uuid":"238724781","full_name":"treebeardtech/nbmake-action","owner":"treebeardtech","description":"GitHub Action for testing notebooks","archived":true,"fork":false,"pushed_at":"2021-09-21T08:52:43.000Z","size":4083,"stargazers_count":152,"open_issues_count":0,"forks_count":8,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-01-17T07:52:16.298Z","etag":null,"topics":["action","notebook","test"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/treebeardtech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-06T15:49:32.000Z","updated_at":"2024-03-24T21:43:21.000Z","dependencies_parsed_at":"2023-01-11T17:22:57.360Z","dependency_job_id":null,"html_url":"https://github.com/treebeardtech/nbmake-action","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"3b16533010aaba6a7e17aecd692d0386893be916"},"previous_names":["treebeardtech/treebeard"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treebeardtech%2Fnbmake-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treebeardtech%2Fnbmake-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treebeardtech%2Fnbmake-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/treebeardtech%2Fnbmake-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/treebeardtech","download_url":"https://codeload.github.com/treebeardtech/nbmake-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235374609,"owners_count":18979734,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","notebook","test"],"created_at":"2024-08-01T12:05:19.308Z","updated_at":"2025-10-05T23:31:28.947Z","avatar_url":"https://github.com/treebeardtech.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Jupyter-Notebook工具","others"],"sub_categories":[],"readme":"**⚠️ Please use [nbmake](https://github.com/treebeardtech/nbmake) instead**\n\n# nbmake-action\n\n(repo renamed from 'treebeard').\n\n**What?** A GitHub Action for testing notebooks, runs them from top-to-bottom\n\n**Why?** To raise the quality of scientific material through better automation\n\n**Who is this for?** Scientists/Developers who have written docs in notebooks and want to CI test them after every commit\n\n## Functionality\n\nTests notebooks using [nbmake](https://github.com/treebeardtech/nbmake) via pytest.\n\n**Note: If you have some experience setting up GitHub actions already you will probably prefer the flexibility of using the `nbmake` pip package directly.**\n\n## Quick Start\n\n```yaml\n      - uses: actions/checkout@v2\n      - uses: actions/setup-python@v2\n      - uses: \"treebeardtech/nbmake-action@v0.2\"\n        with:\n          path: \"./examples\"\n          path-output: .\n          notebooks: |\n            nb1.ipynb\n            'sub dir/*.ipynb'\n```\n\nSee [action.yml](action.yml) for the parameters you can pass to this action, and see [unit tests](.github/workflows/action_unit_test.yml) and [integ tests](.github/workflows/action_integration_test.yml) for example invocations.\n\n## Developing\n\n### Install local package\n```\nnpm install\n```\n\n### Run checks and build\n```\nnpm run all\n```\n\n## See Also\n\n- [nbmake](https://github.com/treebeardtech/nbmake)\n- [jupyter book](https://github.com/executablebooks/jupyter-book)\n- [Guide to python dependency management choices](https://towardsdatascience.com/devops-for-data-science-making-your-python-project-reproducible-f55646e110fa)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreebeardtech%2Fnbmake-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftreebeardtech%2Fnbmake-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftreebeardtech%2Fnbmake-action/lists"}