Metadata-Version: 1.2
Name: nbparameterise
Version: 0.2
Summary: Re-run a notebook substituting input parameters in the first cell.
Home-page: https://github.com/takluyver/nbparameterise
License: UNKNOWN
Author: Thomas Kluyver
Author-email: thomas@kluyver.me.uk
Requires-Python: >=3.4
Classifier: License :: OSI Approved :: MIT License
Classifier: Framework :: Jupyter
Requires-Dist: nbconvert
Requires-Dist: astsearch

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 ``examples`` directory for some code using nbparameterise.

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

