<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 16 July 2013 16:56, David P. Sanders <span dir="ltr"><<a href="mailto:dpsanders@gmail.com" target="_blank">dpsanders@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>1. Ipython command line invocation</div>

<div>- Would it be possible to get rid of the hyphens in --pylab and --profile in the ipython invocation? I understand that this is to do with implementation, but it is neither easy to remember, nor to motivate to novices that they should type this!<br>



</div><div></div></blockquote></div><br></div><div class="gmail_extra">It's not so much the implementation, as<br><br></div><div class="gmail_extra">- --foo is the normal way to pass command line arguments to many different programs.<br>

</div><div class="gmail_extra">- You can also run a file with a command like 'ipython somescript', so using the dashes means that we can have lots of options without clashing with files people might want to run.<br>

<br></div><div class="gmail_extra">Best wishes,<br>Thomas<br></div></div>