<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 8 October 2014 16:33, Antonino Ingargiola <span dir="ltr"><<a href="mailto:tritemio@gmail.com" target="_blank">tritemio@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">But what do you think about using real python lists with a conventional names or with a "magic" comment (or even a cell magic?) from which the values are extracted. This would not require building any custom GUI.<div></div></div></blockquote></div><br></div><div class="gmail_extra">I don't like this abstraction. I spent a while writing different sentences here trying to explain why, but it really just feels inflexible. Part of my concern is that it breaks the model that the notebook can be run as is, without substituting the first cell. Of course, you could get round that with a cell magic, but that doesn't feel quite right either, and it doesn't generalise neatly to other languages.<br><br>> It may be a little hackish<br><br></div><div class="gmail_extra">Hackish solutions are great sometimes, but part of the purpose of nbparameterise is to figure out the right ways to do things, and make those easy. So I'd rather we kept thinking about what would be a good abstraction for this, rather than building a hackish one quickly. Of course, it's easy for me to say this, because I'm not the one who wants to use it immediately ;-). Of course, if you want to build this for your own use, go right ahead.<br><br></div><div class="gmail_extra">Best wishes,<br>Thomas<br></div></div>