mt-krainski / nbparameterise

Programmatically replace input values in a notebook before running it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Programmatically replace input values in a notebook before running it

License:MIT License


Languages

Language:Python 87.1%Language:Jupyter Notebook 12.9%