[IPython-dev] Nbparameterise: simple forms for notebook input

Thomas Kluyver takowl at gmail.com
Wed Oct 8 18:24:03 EDT 2014


On 8 October 2014 15:14, Antonino Ingargiola <tritemio at gmail.com> wrote:

> My suggestion however was different. I was thinking of saving the list of
> parameter values in the "template notebook" so that it will contain all the
> information about the batch processing. The "runner", in the most basic
> mode, would just execute the notebook iterating through the specified
> values.


I see what you mean. That's an interesting idea, and I'll keep it in the
back of my mind, but it's not something I want to tackle at the moment. It
would certainly be possible to store the value ranges in notebook metadata,
and generalise the example I gave to use that instead of hardcoded lists.
Designing a good UI for writing the notebook metadata might be trickier,
but you could do that as an nbextension.

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20141008/2b1a651c/attachment.html>


More information about the IPython-dev mailing list