carolinux / nbparameterise

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

See the batch.py and the examples directory for some code using nbparameterise.

Nbparameterise is written in Python 3, but it can handle notebooks that use Python 2.

About

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

License:MIT License


Languages

Language:Python 87.4%Language:Jupyter Notebook 12.6%