{"id":15937234,"url":"https://github.com/andersy005/prepapermill","last_synced_at":"2025-04-03T19:44:20.681Z","repository":{"id":96025011,"uuid":"274886611","full_name":"andersy005/prepapermill","owner":"andersy005","description":"pre-commit hooks for papermill (https://github.com/nteract/papermill)","archived":false,"fork":false,"pushed_at":"2020-06-25T17:26:16.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T23:37:54.890Z","etag":null,"topics":["papermill"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andersy005.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-25T10:19:52.000Z","updated_at":"2020-06-25T17:42:08.000Z","dependencies_parsed_at":"2023-05-17T08:40:40.988Z","dependency_job_id":null,"html_url":"https://github.com/andersy005/prepapermill","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"53e507bbedd97ec22164dec24dcc62338525af27"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersy005%2Fprepapermill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersy005%2Fprepapermill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersy005%2Fprepapermill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersy005%2Fprepapermill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andersy005","download_url":"https://codeload.github.com/andersy005/prepapermill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247070782,"owners_count":20878581,"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":["papermill"],"created_at":"2024-10-07T05:01:40.074Z","updated_at":"2025-04-03T19:44:20.662Z","avatar_url":"https://github.com/andersy005.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/github/workflow/status/andersy005/prepapermill/CI?logo=github\u0026style=for-the-badge\n    :target: https://github.com/andersy005/prepapermill/actions\n    :alt: GitHub Workflow CI Status\n\n.. image:: https://img.shields.io/github/workflow/status/andersy005/prepapermill/code-style?label=Code%20Style\u0026style=for-the-badge\n    :target: https://github.com/andersy005/prepapermill/actions\n    :alt: GitHub Workflow Code Style Status\n\n.. If you want the following badges to be visible, please remove this line, and unindent the lines below\n    .. image:: https://img.shields.io/codecov/c/github/andersy005/prepapermill.svg?style=for-the-badge\n        :target: https://codecov.io/gh/andersy005/prepapermill\n\n    .. image:: https://img.shields.io/readthedocs/prepapermill/latest.svg?style=for-the-badge\n        :target: https://prepapermill.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n    .. image:: https://img.shields.io/pypi/v/prepapermill.svg?style=for-the-badge\n        :target: https://pypi.org/project/prepapermill\n        :alt: Python Package Index\n\n    .. image:: https://img.shields.io/conda/vn/conda-forge/prepapermill.svg?style=for-the-badge\n        :target: https://anaconda.org/conda-forge/prepapermill\n        :alt: Conda Version\n\n\nprepapermill\n============\n\npre-commit hooks for papermill (https://github.com/nteract/papermill)\n\n\nUsage\n-----\n\n.. code-block:: bash\n\n    $ prepapermill --help\n    Usage: prepapermill [OPTIONS] [FILENAMES]...\n\n    Options:\n    --kernel-name TEXT     Name of kernel to run\n    --parameter-file TEXT  [default: prepapermill.yaml]\n    --help                 Show this message and exit.\n\n\nExample\n-------\n\n.. code-block:: bash\n\n    $ prepapermill --parameter-file prepapermill.yaml notebooks/example.ipynb\n    Executing: 100%|██████████████████████████████| 4/4 [00:02\u003c00:00,  1.92cell/s]\n    Executing: 100%|██████████████████████████████| 4/4 [00:02\u003c00:00,  1.97cell/s]\n    $ tree -L 3 notebooks/                                      (sandbox) 11:23:46\n    notebooks/\n    ├── example.ipynb\n    └── output\n        ├── example_alpha_1000_ratio_400.ipynb\n        └── example_alpha_1_ratio_2.ipynb\n\n    1 directory, 3 files\n\n\nDevelopment\n------------\n\nFor a development install, do the following in the repository directory:\n\n.. code-block:: bash\n\n    conda env update -f ci/environment.yml\n    conda activate prepapermill-dev\n    python -m pip install -e .\n\nAlso, please install `pre-commit` hooks from the root directory of the created project by running::\n\n      python -m pip install pre-commit\n      pre-commit install\n\nThese code style pre-commit hooks (black, isort, flake8, ...) will run every time you are about to commit code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersy005%2Fprepapermill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersy005%2Fprepapermill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersy005%2Fprepapermill/lists"}