additional_ipython/quickref.tex
author Nishanth <nishanth@fossee.in>
Mon, 11 Oct 2010 22:52:06 +0530
changeset 301 af48ecb4dc11
parent 234 2b88724a7ee0
permissions -rw-r--r--
Added quickref

accessing history:\\
{\ex \lstinline|    \%hist|}

accessing particular line of history:\\
{\ex \lstinline|    \%hist line_number|}

accessing particular range of history:\\
{\ex \lstinline|    \%hist start_line stop_line|}

saving history to a file:\\
{\ex \lstinline|    \%save file_path line_numbers|}

running a script:\\
{\ex \lstinline|    \%run -i file_path|}