[IPython-dev] Nbparameterise: simple forms for notebook input
Thomas Kluyver
takowl at gmail.com
Wed Oct 8 16:41:46 EDT 2014
On 8 October 2014 13:21, Matthias BUSSONNIER <bussonniermatthias at gmail.com>
wrote:
> I think runipy already have such a feature, but I might have misunderstood
> :
>
Kind of, but an important part of this is finding what variables can be
filled in, and providing a form for them. And the rendered notebooks
contain the variable definitions, so you can easily see what the input was.
> Maybe you can share part of the code.
If I'm understanding it correctly, there shouldn't be any code in runipy to
achieve that: all you're doing is setting environment variables before you
run a notebook, and then reading them in your code. That will work so long
as runipy doesn't clear those environment variables.
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20141008/1368a2b8/attachment.html>
More information about the IPython-dev
mailing list