/nbparameterise

Programmatically replace input values in a notebook before running it

Primary LanguagePythonMIT LicenseMIT

This is now a Python package. It's installable with pip install ./nbparameterise executed from a directory above

Choose input values for a notebook, and nbparameterise will run it and render to HTML

Experimental code

To use it, create a notebook, where the first code cell contains simple variable assignments of strings, numbers and booleans. Other cells after this should do computation based on these values, and display the results. See 'Stock display' for an example.

The examples directory might be deprecated.