Thanks a lot Johan. This is going to be most helpful.<div><br></div><div>**NOOB question alert**</div><div>Is there any way in which a markdown cell could be used to create an input form to accept variables/parameters? </div>
<div>These variable values could then be used to pipe into the code in the IPython input cells.</div><div><br></div><div>This along with "toggle input" would be very useful in building quick-fix applications or application prototypes. (especially custom reporting applications)</div>
<div>Such a notebook created could then be safely shared with business teams (aka teams who go glassy eyed on seeing code that need to be meddled with) </div><div><br></div><div>I believe raw input is currently not handled by IPython, hence not sure if that would prevent the creation of such a form.</div>
<div><br></div><div>Seeking forgiveness in advance if the question was a stupid one.</div><div><br></div><div>Many Thanks,</div><div>Raju</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 27, 2012 at 12:25 AM, Johan Beke <span dir="ltr"><<a href="mailto:johanbeke@hotmail.com" target="_blank">johanbeke@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div dir="ltr">
Putting the following code in a markdown cell works fine for me:<br><br><script type="text/javascript"><br> show=true;<br> function toggle(){<br> if (show){<br> $('div.input').hide();<br>
}else{<br> $('div.input').show();<br> }<br> show = !show<br> }<br></script><br><a href="javascript:toggle()" target="_self">toggle input</a><span class="HOEnZb"><font color="#888888"><br>
<br>Johan                                            </font></span></div></div>
<br>_______________________________________________<br>
IPython-User mailing list<br>
<a href="mailto:IPython-User@scipy.org">IPython-User@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-user" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-user</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><font color="#999999">--raju</font><br>
</div>