Skip to main content

endomill lets a Jupyter notebook instantiate itself as a papermill template

Project description

endomill

https://img.shields.io/pypi/v/endomill.svg https://img.shields.io/travis/mmore500/endomill.svg Documentation Status

endomill lets a Jupyter notebook instantiate itself as a papermill template.

Plays nice across both interactive and automatic (i.e., nbconvert, nbclient) contexts.

Here’s what cells from a notebook using endomill might look like.

import endomill

Instantiate & execute this two copies of this notebook.

endomill.instantiate_over(
    parameter_packs=[
        {'parameter' : 'value1'},
        {'parameter' : 'value2'},
    ],
)

Supply papermill parameters. (Remember to add notebook cell “parameters” tag for papermill.)

# register papermill parameters
parameter: str

Override automatic endomill instance output path, if desired.

endomill.add_instance_outpath('custom_outpath.endomill.ipynb')

Then do your Jupyter business as usual!

print('hello', parameter)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.0.0 (2022-02-22)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

endomill-0.1.3.tar.gz (19.2 kB view hashes)

Uploaded Source

Built Distribution

endomill-0.1.3-py2.py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page